We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c91ae commit 8387450Copy full SHA for 8387450
qrcode/image/svg.py
@@ -173,7 +173,7 @@ class SvgCompressedImage(SvgImage):
173
174
needs_processing = True
175
path: Optional[ET.Element] = None
176
- default_drawer_class: Type[QRModuleDrawer] = svg_drawers.SvgCompressedDrawer
+ default_drawer_class: type[QRModuleDrawer] = svg_drawers.SvgCompressedDrawer
177
178
def __init__(self, *args, **kwargs):
179
self._points = []
0 commit comments