Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed May 24, 2024
1 parent 23897fa commit b10dbc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/neospy/spice.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class SpiceKernels:
This allows for the loading of additional spice kernels along with querying.
"""

_constants: Optional[dict[str, float]] = None
_name_cache: dict = {}

@classmethod
Expand Down
1 change: 0 additions & 1 deletion src/neospy/ztf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"ztf.ztf_current_path_raw": "ZTF Raw Product Paths",
"ztf.ztf_current_path_ref": "ZTF Reference Product Paths",
"ztf.ztf_current_path_sci": "ZTF Science Product Paths",
"ztf_objects": "ZTF Objects",
"ztf_objects_dr16": "ZTF Data Release 16 Objects",
"ztf_objects_dr17": "ZTF Data Release 17 Objects",
"ztf_objects_dr18": "ZTF Data Release 18 Objects",
Expand Down

0 comments on commit b10dbc3

Please sign in to comment.