Skip to content

Commit ea22766

Browse files
committed
Fix import declarations (isort).
1 parent d9969cb commit ea22766

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_download.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
# for the detailed conditions.
77

88
import unittest
9-
109
from pathlib import Path
1110
from time import sleep
1211

13-
from incatools.odk.download import download_file, RemoteFileInfo
12+
from incatools.odk.download import RemoteFileInfo, download_file
1413

1514

1615
class TestDownload(unittest.TestCase):

0 commit comments

Comments
 (0)