We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86262e4 commit a42a2ceCopy full SHA for a42a2ce
1 file changed
paimon-python/pypaimon/read/scanner/split_generator.py
@@ -16,7 +16,7 @@
16
limitations under the License.
17
"""
18
from abc import ABC, abstractmethod
19
-from typing import Callable, List, Optional, Tuple, Dict
+from typing import Callable, List, Optional, Tuple
20
21
from pyroaring import BitMap
22
0 commit comments