Skip to content

Commit 3fdc53a

Browse files
author
Michael Erickson
committed
Fix for style
Signed off by: Michael Erickson <[email protected]>
1 parent 140cf4f commit 3fdc53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swat/tests/cas/test_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ def test_drop_duplicates(self):
885885

886886
# drop duplicates for multi-element subset
887887
tbl_dropped_multi = tbl.drop_duplicates(casout={'replace': True,
888-
'name': 'drop-test-2'},
888+
'name': 'drop-test-2'},
889889
subset=['Origin', 'Type'])
890890
df_dropped_multi = df.drop_duplicates(subset=['Origin', 'Type'])
891891

0 commit comments

Comments
 (0)