Skip to content

Commit

Permalink
Remove df accessor from test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Sep 21, 2023
1 parent c0cb184 commit ceb04f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pandas.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Test Pandas accessors."""
import pytest
import pandas as pd
from redflag.pandas import null_decorator, SeriesAccessor, DataFrameAccessor
from redflag.pandas import null_decorator, SeriesAccessor


c = pd.Series([1, 1, 1, 1, 1, 2, 2, 2, 3, 3])
Expand Down

0 comments on commit ceb04f9

Please sign in to comment.