Skip to content

Commit 9283715

Browse files
committed
pep8
1 parent 574db5a commit 9283715

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

astroquery/utils/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
from .process_asyncs import async_to_sync
1313
from .docstr_chompers import prepend_docstr_nosections
1414
from .cleanup_downloads import cleanup_saved_downloads
15-

astroquery/utils/cleanup_downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def cleanup_saved_downloads(names):
2727
try:
2828
shutil.rmtree(saved_download)
2929
except NotADirectoryError:
30-
os.remove(saved_download)
30+
os.remove(saved_download)

0 commit comments

Comments
 (0)