Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Feb 17, 2025
1 parent 3b387af commit 6ac30ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions zarr/core.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import binascii
import hashlib
from inspect import stack
import itertools
import math
import operator
import re
from functools import partial, reduce
from functools import reduce
from typing import Any
import warnings

Expand Down
1 change: 0 additions & 1 deletion zarr/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import sys
import pickle
import shutil
import re

from typing import Any, Literal, Optional, Tuple, Union, Sequence
import unittest
Expand Down

0 comments on commit 6ac30ae

Please sign in to comment.