Skip to content

Commit cc22be8

Browse files
keflavichbsipocz
authored andcommitted
whitespace
1 parent 5155ed6 commit cc22be8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

astroquery/ukidss/tests/test_ukidss.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def get_mockreturn(method='GET', url='default_url',
8989
return MockResponse(content=content, url=url, **kwargs)
9090

9191

92-
9392
def test_get_images(patch_get, patch_get_readable_fileobj):
9493
image = ukidss.core.Ukidss.get_images(
9594
commons.ICRSCoordGenerator(ra=83.633083, dec=22.0145,

astroquery/vsa/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ def __init__(self, username=None, password=None, community=None,
7171
self.ARCHIVE_URL = self.BASE_URL + "ImageList"
7272
self.REGION_URL = self.BASE_URL + "WSASQL"
7373

74+
7475
Vsa = VsaClass()

0 commit comments

Comments
 (0)