1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-26 10:03:50 +03:00

Refactor authorize.py to ignore type checking

This commit is contained in:
Adolfo Gómez García 2024-09-18 18:57:35 +02:00
parent e4a49ed763
commit ac72b88554
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -1,5 +1,5 @@
# may be executed on old python versions? (should not, but keep compat for a while more)
# pylint: disable=all
# type: ignore # Ignore all type checking
from __future__ import unicode_literals
import sys