Skip to content

Commit 1040a95

Browse files
committed
fix: remove message when regions is missing
1 parent 9b2f3f1 commit 1040a95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/xmatch/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
try:
1616
from regions import CircleSkyRegion
1717
except ImportError:
18-
print('Could not import regions, which is required for some of the '
19-
'functionalities of this module.')
18+
pass
2019

2120

2221
@async_to_sync

0 commit comments

Comments
 (0)