1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-12 04:58:34 +03:00

Fixed pyright complains about pillow

This commit is contained in:
Adolfo Gómez García 2024-04-21 01:20:44 +02:00
parent b2679104e2
commit 1dcc1f71df
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -28,6 +28,7 @@
""" """
Author: Adolfo Gómez, dkmaster at dkmon dot com Author: Adolfo Gómez, dkmaster at dkmon dot com
""" """
# pyright: reportUnknownMemberType=false, reportAttributeAccessIssue=false,reportUnknownArgumentType=false
import io import io
import base64 import base64
import logging import logging