Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 27, 2024
1 parent 5217e3c commit e6375ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions glue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import os

import sys
import warnings

import importlib.metadata

Expand All @@ -15,7 +14,6 @@
sys.meta_path.append(MatplotlibBackendSetter())

from glue.viewers.custom.helper import custom_viewer
from glue.utils.error import GlueDeprecationWarning

# Load user's configuration file
from .config import load_configuration
Expand Down
11 changes: 0 additions & 11 deletions glue/conftest.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
import os
import sys
import warnings

import pytest

from glue.config import CFG_DIR as CFG_DIR_ORIG

try:
import objgraph
except ImportError:
OBJGRAPH_INSTALLED = False
else:
OBJGRAPH_INSTALLED = True


STDERR_ORIGINAL = sys.stderr

ON_APPVEYOR = os.environ.get('APPVEYOR', 'False') == 'True'
Expand Down

0 comments on commit e6375ef

Please sign in to comment.