mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-18 16:21:04 +01:00
sort imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user