Skip to content

Commit bf17e75

Browse files
committed
Format with black
1 parent a7ad213 commit bf17e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_blob.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ def test_insert_longblob(schema_any):
208208
dtype=[("hits", "O"), ("sides", "O"), ("tasks", "O"), ("stage", "O")],
209209
),
210210
}
211-
assert fetched['id'] == expected['id']
212-
assert np.array_equal(fetched['data'], expected['data'])
211+
assert fetched["id"] == expected["id"]
212+
assert np.array_equal(fetched["data"], expected["data"])
213213
(Longblob & "id=1").delete()
214214
dj.blob.use_32bit_dims = False
215215

0 commit comments

Comments
 (0)