Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add typing annotation to assert_index_equal #26535

Merged
merged 11 commits into from
Jun 8, 2019
Prev Previous commit
Next Next commit
Fix linting error
  • Loading branch information
makbigc committed Jun 4, 2019
commit cf96e227ad6001c31a13aab291771cb2fac8f188
2 changes: 1 addition & 1 deletion pandas/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import string
import tempfile
import traceback
from typing import Optional, Union, cast
from typing import Union, cast
import warnings
import zipfile

Expand Down