Skip to content

Commit 84f1451

Browse files
committed
mypy type hinting List[str]
1 parent 1141aaf commit 84f1451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/api/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class TestPDApi(Base):
101101
deprecated_classes_in_future: List[str] = []
102102

103103
# external modules exposed in pandas namespace
104-
modules = []
104+
modules: List[str] = []
105105

106106
# top-level functions
107107
funcs = [

0 commit comments

Comments
 (0)