Skip to content

Commit eec0dcb

Browse files
authored
Update test_dataframe.py
add blank line for linter
1 parent 7b32b62 commit eec0dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swat/tests/test_dataframe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +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+
868869
@unittest.skipIf((pd_version >= (1, 2, 0) and pd_version < (2, 0, 0)),
869870
'Need newer version of Pandas')
870871
def test_round(self):

0 commit comments

Comments
 (0)