Skip to content

Commit 16cff4e

Browse files
committed
Fix lint error
1 parent c57dff7 commit 16cff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/integer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import copy
22
import sys
3-
from typing import Tuple, Type
3+
from typing import Type
44
import warnings
55

66
import numpy as np

0 commit comments

Comments
 (0)