sort imports

This commit is contained in:
scito
2022-12-29 21:34:14 +01:00
parent f4ab540283
commit 9ab33bd02b
4 changed files with 7 additions and 7 deletions

View File

@@ -52,13 +52,12 @@ import sys
import urllib.parse as urlparse
from enum import Enum
from operator import add
from typing import TextIO, Any, TypedDict
from typing import Any, TextIO, TypedDict
from qrcode import QRCode # type: ignore
import protobuf_generated_python.google_auth_pb2 as pb
try:
import cv2 # type: ignore
import numpy