Skip to content

Commit

Permalink
Remove more deprecated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 27, 2024
1 parent e6375ef commit 583eeaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion glue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set up configuration variables

__all__ = ['custom_viewer', 'qglue', 'test']
__all__ = ['custom_viewer', 'test']

import os

Expand Down
18 changes: 0 additions & 18 deletions glue/qglue.py

This file was deleted.

0 comments on commit 583eeaa

Please sign in to comment.