Skip to content

Commit

Permalink
Merge pull request #198 from karllark/update_astropy6
Browse files Browse the repository at this point in the history
removing unneeded imports
  • Loading branch information
karllark authored Nov 28, 2023
2 parents 235adab + e136363 commit 3d878d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 64 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.12"

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
- all

# Don't build any extra formats
formats: []

2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fixes, code, or documentation (no git or GitHub experience necessary):

* `Coding Guidelines <https://docs.astropy.org/en/stable/development/codeguide.html>`_

* `Developer Documentation <https://docs.astropy.org/en/stable/#developer-documentation>`_
* `Developer Documentation <https://docs.astropy.org/en/latest/index_dev.html>`_

For the complete list of contributors please see the `dust_extinction
contributors page on Github
Expand Down
11 changes: 2 additions & 9 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

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

__all__ = []
# needed for tests
from .version import version as __version__ # noqa: F401
52 changes: 0 additions & 52 deletions dust_extinction/_astropy_init.py

This file was deleted.

0 comments on commit 3d878d5

Please sign in to comment.