Skip to content

Commit 9c73de5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c19335 commit 9c73de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/installer/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os.path
55
import sys
66
import sysconfig
7-
from typing import Dict, Optional, Sequence, Any
7+
from typing import Any, Dict, Optional, Sequence
88

99
import installer
1010
from installer.destinations import SchemeDictionaryDestination

0 commit comments

Comments
 (0)