Skip to content

Commit 82729c2

Browse files
committed
Reformat Imports
1 parent 94fd322 commit 82729c2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

qrcode/main.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
import sys
44
import warnings
55
from bisect import bisect_left
6-
from typing import (
7-
Generic,
8-
Literal,
9-
NamedTuple,
10-
Optional,
11-
TypeVar,
12-
cast,
13-
overload,
14-
)
6+
from typing import Generic, Literal, NamedTuple, Optional, TypeVar, cast, overload
157

168
from qrcode import constants, exceptions, util
179
from qrcode.image.base import BaseImage

0 commit comments

Comments
 (0)