Skip to content

Commit 21192f8

Browse files
committed
less awk string
1 parent 68d55a5 commit 21192f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_rest/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def _build_requested_prefetches(
430430

431431
source = field.source or name
432432
if '.' in source:
433-
raise ValidationError('nested relationship values ' 'are not supported')
433+
raise ValidationError('nested relationship values are not supported')
434434

435435
if source in prefetches:
436436
# ignore duplicated sources

0 commit comments

Comments
 (0)