Skip to content

Commit ff73a75

Browse files
committed
Remove BotoCoreError import from test file
1 parent 79ca6d7 commit ff73a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/tests/test_mast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
try:
2828
from botocore.exceptions import ClientError
2929
except ImportError:
30-
ClientError = BotoCoreError = ()
30+
ClientError = ()
3131

3232
DATA_FILES = {'Mast.Caom.Cone': 'caom.json',
3333
'Mast.Name.Lookup': 'resolver.json',

0 commit comments

Comments
 (0)