Skip to content

Commit

Permalink
modified: src/forcedphot/__init__.py
Browse files Browse the repository at this point in the history
	modified:   src/forcedphot/ephemeris/__init__.py
  • Loading branch information
szilac committed Jul 19, 2024
1 parent ac556a4 commit 66d8d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/forcedphot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# forcedphot/__init__.py

from . import ephemeris
from . import ephemeris
2 changes: 1 addition & 1 deletion src/forcedphot/ephemeris/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# forcedphot/ephemeris/__init__.py

from .horizons_interface import HorizonsInterface
from .local_dataclasses import QueryInput, EphemerisData, QueryResult
from .local_dataclasses import QueryInput, EphemerisData, QueryResult

0 comments on commit 66d8d17

Please sign in to comment.