Skip to content

Commit

Permalink
Remove unused modules (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKurek committed Jul 26, 2024
1 parent d0b808a commit 020aca8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/gaiaunlimited/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import healpy as hp
import numpy as np

from typing import Iterable, Optional, Tuple, Union
from typing import Iterable, Optional
from astropy import constants, coordinates
import pickle
from astromet import sigma_ast
Expand Down
2 changes: 0 additions & 2 deletions tests/test_scanninglaw.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import numpy as np

from gaiaunlimited.scanninglaw import GaiaScanningLaw
from gaiaunlimited.utils import get_healpix_centers

Expand Down
1 change: 0 additions & 1 deletion tests/test_subsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import astropy.units as u

from gaiaunlimited.selectionfunctions.subsample import (
SelectionFunctionBase,
EDR3RVSSelectionFunction,
DR3RVSSelectionFunction,
)
Expand Down

0 comments on commit 020aca8

Please sign in to comment.