Skip to content

fix #28926 pandas\api\test_api.py mypy errors #28935

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

Merged
merged 11 commits into from
Oct 13, 2019
Prev Previous commit
Next Next commit
fix import sorting
  • Loading branch information
yogendra committed Oct 11, 2019
commit f5e66fc8c204b88dcbaff1555e6e654ff51756db
2 changes: 1 addition & 1 deletion pandas/tests/api/test_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import List
import pandas as pd
from pandas import api, compat
from pandas.util import testing as tm
from typing import List


class Base:
Expand Down