Skip to content

Commit 3c95a98

Browse files
author
Luke Bakken
committed
Make the linter happy
1 parent 519b9fd commit 3c95a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riak/tests/test_timeseries_ttb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_store_and_fetch_gh_483(self):
190190
row = ts_obj.rows[0]
191191
self.assertEqual(len(row), 5)
192192
exp = [six.b('hash1'), six.b('user2'), now,
193-
six.b('frazzle'), 12.3]
193+
six.b('frazzle'), 12.3]
194194
self.assertEqual(row, exp)
195195

196196
def test_store_and_fetch_and_query(self):

0 commit comments

Comments
 (0)