Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed May 22, 2023
1 parent 96dbe69 commit 05a93ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nuztf/ampel_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
from ampel.ztf.util.ZTFIdMapper import ZTFIdMapper
from astropy.io import fits # type: ignore
from astropy.time import Time # type: ignore
from requests.auth import HTTPBasicAuth
from requests.exceptions import HTTPError

from nuztf import utils
from nuztf.credentials import load_credentials
from nuztf.paths import PREPROCESSED_CACHE_DIR
from requests.auth import HTTPBasicAuth
from requests.exceptions import HTTPError

API_BASEURL = "https://ampel.zeuthen.desy.de"
API_ZTF_ARCHIVE_URL = API_BASEURL + "/api/ztf/archive/v3"
Expand Down

0 comments on commit 05a93ea

Please sign in to comment.