Skip to content

Commit

Permalink
codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tepickering committed Dec 15, 2023
1 parent 1436ce0 commit c6a8bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specreduce/calibration_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pathlib import Path
from typing import Sequence

from astropy import units as u
from astropy import units as u
from astropy.table import Table, vstack, QTable
from astropy.utils.data import download_file
from astropy.utils.exceptions import AstropyUserWarning
Expand Down Expand Up @@ -302,8 +302,8 @@ def load_MAST_calspec(
https://www.stsci.edu/hst/instrumentation/reference-data-for-calibration-and-tools/astronomical-catalogs/calspec
If ``remote`` is True, the spectrum will be downloaded from MAST. Set ``remote`` to False to load
a local file.
If ``remote`` is True, the spectrum will be downloaded from MAST. Set ``remote`` to False to
load a local file.
.. note:: This function requires ``synphot`` to be installed separately.
Expand Down

0 comments on commit c6a8bc8

Please sign in to comment.