Skip to content

Commit

Permalink
fix(pyright): workaround a pyright regression from its latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Sep 28, 2023
1 parent e9e22ba commit 5ab8758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry_django/utils/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def merge_selections(f1: SelectedField, f2: SelectedField) -> SelectedField:
else:
ret[f_name] = f
else: # pragma:nocover
assert_never(s)
raise TypeError(s)

return ret

Expand Down

0 comments on commit 5ab8758

Please # to comment.