Skip to content

Commit ad3e89f

Browse files
committed
whitespace
1 parent 32f6e97 commit ad3e89f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

astroquery/tests/test_query.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,19 @@
2121
# Get the logger for astroquery
2222
log = logging.getLogger('astroquery')
2323

24+
2425
class with_VO(BaseVOQuery, BaseQuery):
2526
pass
2627

28+
2729
class without_VO(BaseQuery):
2830
pass
2931

32+
3033
class only_VO(BaseVOQuery):
3134
pass
3235

36+
3337
class EnhancedMockResponse(MockResponse):
3438
"""A mock response that supports range requests."""
3539

0 commit comments

Comments
 (0)