Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Nov 26, 2018
1 parent 0469b74 commit 43a52fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/tests/indexes/period/test_partial_slicing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import pytest

import pandas as pd
from pandas import (
DataFrame, Period, PeriodIndex, Series, period_range)
from pandas import DataFrame, Period, PeriodIndex, Series, period_range
from pandas.util import testing as tm


Expand Down

0 comments on commit 43a52fc

Please sign in to comment.