Skip to content

Commit c2d9864

Browse files
committed
pep8
1 parent 516d141 commit c2d9864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def test_query_caching(self):
291291

292292
def test_fetch_group_by(self):
293293
# https://github.com/datajoint/datajoint-python/issues/914
294-
294+
295295
expectedData = [{'parent_id': 1}]
296296
fetchedData = Parent().fetch('KEY', order_by='name')
297297
print(fetchedData)

0 commit comments

Comments
 (0)