Skip to content

DEPR: remove Index fastpath kwarg #29725

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 9 commits into from
Nov 27, 2019
Prev Previous commit
isort fixup
  • Loading branch information
jbrockmendel committed Nov 25, 2019
commit 89e69123c740edef3cd13bf9e3abb8377204d49c
2 changes: 1 addition & 1 deletion pandas/tests/arithmetic/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from decimal import Decimal
from itertools import combinations
import operator
from typing import List, Any
from typing import Any, List

import numpy as np
import pytest
Expand Down