Skip to content

Commit a42a2ce

Browse files
author
umi
committed
fix
1 parent 86262e4 commit a42a2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paimon-python/pypaimon/read/scanner/split_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
"""
1818
from abc import ABC, abstractmethod
19-
from typing import Callable, List, Optional, Tuple, Dict
19+
from typing import Callable, List, Optional, Tuple
2020

2121
from pyroaring import BitMap
2222

0 commit comments

Comments
 (0)