Skip to content

Commit fde0499

Browse files
committed
fix whitespace.
1 parent 2bf4269 commit fde0499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pharus/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def _fetch_records(query,
128128
query_restricted = query & dj.AndList([
129129
_DJConnector._filter_to_restriction(f, attributes[f['attributeName']].type)
130130
for f in restriction])
131-
131+
132132
if fetch_blobs and not fetch_args:
133133
fetch_args = [*query.heading.attributes]
134134
elif not fetch_args:

0 commit comments

Comments
 (0)