Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 6, 2025
1 parent 859e1d4 commit 4c4f651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glue/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ def _default_search_order():
settings.add('AUTOLINK', {}, validator=dict)
settings.add('AUTO_COMPUTE_COORDS_LINKS', True, validator=bool)


def check_unit_converter(value):
if value != 'default' and value not in unit_converter.members:
raise KeyError(f'Unit converter {value} is not defined')
Expand Down

0 comments on commit 4c4f651

Please sign in to comment.