Skip to content

Commit

Permalink
STY: Fix lint error in test_where.py (pandas-dev#60206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Nov 6, 2024
1 parent eea95a3 commit e49ab80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas/tests/frame/indexing/test_where.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import numpy as np
import pytest

from pandas._config import using_string_dtype

from pandas.core.dtypes.common import is_scalar

import pandas as pd
Expand Down

0 comments on commit e49ab80

Please sign in to comment.