Skip to content

Commit 0abf71a

Browse files
committed
fixes 11
1 parent 8c48cda commit 0abf71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisgraph_bulk_loader/bulk_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def bulk_update(
195195
updater = BulkUpdate(
196196
graph, max_token_size, separator, no_header, csv, query, variable_name, client
197197
)
198-
198+
199199
if graph in client.keys():
200200
updater.validate_query()
201201
else:

0 commit comments

Comments
 (0)