Skip to content

Commit

Permalink
removing unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 28, 2023
1 parent 235adab commit 0b2ddef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
9 changes: 1 addition & 8 deletions dust_extinction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from .version import version as __version__

# Packages may add whatever they like to this file, but
# should keep this content at the top.
# ----------------------------------------------------------------------------
from ._astropy_init import * # noqa
# ----------------------------------------------------------------------------

__all__ = []
52 changes: 0 additions & 52 deletions dust_extinction/_astropy_init.py

This file was deleted.

0 comments on commit 0b2ddef

Please sign in to comment.