Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 16, 2024
1 parent 12f0b30 commit f924177
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Empty file modified glue/config_gen.py
100755 → 100644
Empty file.
6 changes: 2 additions & 4 deletions glue/core/state_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,9 @@ def update_values(self, force=False, use_default_modifiers=False, **properties):

self._previous_units = display_units

if (
set(properties) == {'display_units'} and
if (set(properties) == {'display_units'} and
self.lower is not None and
self.upper is not None
):
self.upper is not None):

converter = UnitConverter()

Expand Down
Empty file modified glue/main.py
100755 → 100644
Empty file.
Empty file modified glue/viewers/matplotlib/tests/test_state.py
100755 → 100644
Empty file.

0 comments on commit f924177

Please sign in to comment.