Spaces:
Sleeping
Sleeping
alexandergagliano
commited on
Commit
·
3323272
1
Parent(s):
75c672a
Remove unused Locus import that was causing ModuleNotFoundError
Browse files
app.py
CHANGED
|
@@ -22,7 +22,6 @@ from relaiss.search import primer
|
|
| 22 |
from relaiss.fetch import fetch_ps1_rgb_jpeg, fetch_ps1_cutout, get_TNS_data
|
| 23 |
from relaiss.utils import get_cache_dir
|
| 24 |
import antares_client
|
| 25 |
-
from antares_client._api.models import Locus
|
| 26 |
from astropy.visualization import AsinhStretch, PercentileInterval
|
| 27 |
|
| 28 |
# Page configuration
|
|
|
|
| 22 |
from relaiss.fetch import fetch_ps1_rgb_jpeg, fetch_ps1_cutout, get_TNS_data
|
| 23 |
from relaiss.utils import get_cache_dir
|
| 24 |
import antares_client
|
|
|
|
| 25 |
from astropy.visualization import AsinhStretch, PercentileInterval
|
| 26 |
|
| 27 |
# Page configuration
|