Skip to content

Commit

Permalink
fix JSONDecodeError import
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Nov 6, 2024
1 parent 2b3ef26 commit 5b69721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astroquery/mast/missions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"""

import difflib
from json import JSONDecodeError
import warnings

from astropy.table import Table
import astropy.units as u
import astropy.coordinates as coord
from requests import JSONDecodeError, RequestException
from requests import RequestException

from astroquery.utils import commons, async_to_sync
from astroquery.utils.class_or_instance import class_or_instance
Expand Down

0 comments on commit 5b69721

Please sign in to comment.