Skip to content

Commit

Permalink
Fixed code style warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 15, 2023
1 parent cb691a1 commit 01edb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glue/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def stop(self):

def get_timer():
try:
from qtpy import QtCore
from qtpy import QtCore # noqa
except ImportError:
return SimpleTimer
else:
Expand Down
2 changes: 1 addition & 1 deletion glue/core/data_factories/tests/test_data_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from glue.core.data import BaseCartesianData, Data
from glue.core import data_factories as df
from glue.config import data_factory
from glue.tests.helpers import requires_astropy, make_file, requires_qt
from glue.tests.helpers import requires_astropy, make_file


def test_load_data_auto_assigns_label():
Expand Down

0 comments on commit 01edb43

Please sign in to comment.