Skip to content

Commit fb28c32

Browse files
committed
EHSTPCR-1113: code style fixes
1 parent 68407bd commit fb28c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/esa/hubble/tests/test_esa_hubble.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@ def test_download_fits(self, mock_associated_files):
270270

271271
def test_is_not_gz(self, tmp_path):
272272
target_file = data_path('cone_search.vot')
273-
ehst = ESAHubbleClass(tap_handler=self.get_dummy_tap_handler(), show_messages=False)
273+
ESAHubbleClass(tap_handler=self.get_dummy_tap_handler(), show_messages=False)
274274
assert check_rename_to_gz(target_file) == target_file
275275

276276
def test_is_gz(self, tmp_path):
277-
ehst = ESAHubbleClass(tap_handler=self.get_dummy_tap_handler(), show_messages=False)
277+
ESAHubbleClass(tap_handler=self.get_dummy_tap_handler(), show_messages=False)
278278
# test_file = data_path('m31.vot.test')
279279
temp_file = 'testgz'
280280
target_file = os.path.join(tmp_path, temp_file)

0 commit comments

Comments
 (0)