Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-06-07 23:07:20 +0300
committerwurstsalat <mailtrash@posteo.de>2023-06-07 23:14:47 +0300
commit18d1505d9127342ef306684d87f9fcf60352abe0 (patch)
treeea927aaacc7c42893282b75f8ba6f105649025dd /typings
parentba7f11ea76d245302a24b94907318857be21fa3f (diff)
cq: Improve typing stubs for qrcode
Diffstat (limited to 'typings')
-rw-r--r--typings/qrcode/image/pil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/typings/qrcode/image/pil.py b/typings/qrcode/image/pil.py
new file mode 100644
index 000000000..ab485f9c6
--- /dev/null
+++ b/typings/qrcode/image/pil.py
@@ -0,0 +1 @@
+class PilImage: ... \ No newline at end of file