Skip to content

Commit c4c17da

Browse files
author
Luke Bakken
committed
Make lint happy
1 parent eb6e5eb commit c4c17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riak/tests/test_timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def setUpClass(cls):
189189
]
190190
ts_obj = table.new(rows)
191191
result = ts_obj.store()
192-
if not result == True:
192+
if result is not True:
193193
raise AssertionError("expected success")
194194
client.close()
195195

0 commit comments

Comments
 (0)