Skip to content

Commit 5655db0

Browse files
committed
removing unused imports
1 parent 1637bc3 commit 5655db0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deepdiff/deephash.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import datetime
44
import uuid
5-
from typing import Union, Optional, Any, List, TYPE_CHECKING, Dict, Tuple, Set, Callable, Iterator, Generator, TypeVar, Protocol
5+
from typing import Union, Optional, Any, List, TYPE_CHECKING, Dict, Tuple, Set, Callable, Generator
66
from collections.abc import Iterable, MutableMapping
77
from collections import defaultdict
88
from hashlib import sha1, sha256
@@ -20,8 +20,6 @@
2020

2121
if TYPE_CHECKING:
2222
from pytz.tzinfo import BaseTzInfo
23-
import pandas as pd
24-
import polars as pl
2523
import numpy as np
2624

2725
# Type aliases for better readability

0 commit comments

Comments
 (0)