Skip to content

Commit 53f43af

Browse files
committed
CLN: added typing requirements for python 2.7. GH14468
1 parent 7d04391 commit 53f43af

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ci/requirements-2.7.pip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ py
66
PyCrypto
77
mock
88
ipython
9+
typing

pandas/types/hinting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-

0 commit comments

Comments
 (0)