Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdong1991 committed Mar 31, 2019
1 parent ec7c1ba commit 876c93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/tests/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
from numpy.random import randint
import pytest

import pandas.compat as compat

from pandas import DataFrame, Index, MultiIndex, Series, concat, isna, notna
import pandas.core.strings as strings
import pandas.util.testing as tm
import pandas.compat as compat
from pandas.util.testing import assert_index_equal, assert_series_equal


Expand Down

0 comments on commit 876c93a

Please sign in to comment.