Skip to content

Commit 8ccd2b8

Browse files
committed
Fix lint error
1 parent a454456 commit 8ccd2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Iterable, Tuple
1+
from typing import Tuple
22

33
import numpy as np
44

0 commit comments

Comments
 (0)