Skip to content

Commit 8387450

Browse files
committed
Type import fixes
1 parent b0c91ae commit 8387450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qrcode/image/svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class SvgCompressedImage(SvgImage):
173173

174174
needs_processing = True
175175
path: Optional[ET.Element] = None
176-
default_drawer_class: Type[QRModuleDrawer] = svg_drawers.SvgCompressedDrawer
176+
default_drawer_class: type[QRModuleDrawer] = svg_drawers.SvgCompressedDrawer
177177

178178
def __init__(self, *args, **kwargs):
179179
self._points = []

0 commit comments

Comments
 (0)