Skip to content

Commit c13f681

Browse files
committed
twine, tests: fixup lint
Signed-off-by: William Woodruff <[email protected]>
1 parent ad1c1e9 commit c13f681

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/test_upload.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
import pytest
1818
import requests
1919

20-
from twine import cli, exceptions
20+
from twine import cli
21+
from twine import exceptions
2122
from twine import package as package_file
2223
from twine.commands import upload
2324

twine/commands/upload.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
import requests
2121
from rich import print
2222

23-
from twine import commands, exceptions, settings, utils
23+
from twine import commands
24+
from twine import exceptions
2425
from twine import package as package_file
26+
from twine import settings
27+
from twine import utils
2528

2629
logger = logging.getLogger(__name__)
2730

0 commit comments

Comments
 (0)