Skip to content

Commit

Permalink
Unused check, variable is not nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
expobrain committed Oct 13, 2024
1 parent 1a403d6 commit 080dac6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sqlalchemy_to_json_schema/schema_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,6 @@ def _build_properties(
if column.doc:
sub["description"] = column.doc

if overrides is None:
raise RuntimeError("overrides is None")

if column.name in overrides:
overrides.overrides(sub)
if opts:
Expand Down

0 comments on commit 080dac6

Please sign in to comment.