Skip to content

Commit cdaf455

Browse files
authored
Update test_dataframe.py
linter issue
1 parent 902bc15 commit cdaf455

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swat/tests/test_dataframe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,7 @@ def test_apply_formats(self):
865865

866866
# Bug in Pandas 1.2.0-1.5.3 returns NaN
867867
# Pandas <= 1.1.5 rounds correctly, but does not propagate attributes
868-
869-
@unittest.skipIf((pd_version >= (1, 2, 0) and pd_version < (2, 0, 0)),
868+
@unittest.skipIf((pd_version >= (1, 2, 0) and pd_version < (2, 0, 0)), # noqa: E301
870869
'Need newer version of Pandas')
871870
def test_round(self):
872871
descdf = self.table.describe()

0 commit comments

Comments
 (0)