From d00553596dddc5cbc54bb1c38d130a9b1ead405d Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Sat, 28 Oct 2023 12:40:04 +0200 Subject: [PATCH] fix formatting --- brother_ql_web/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brother_ql_web/utils.py b/brother_ql_web/utils.py index 9347c42..f4322cc 100644 --- a/brother_ql_web/utils.py +++ b/brother_ql_web/utils.py @@ -10,6 +10,7 @@ if sys.version_info < (3, 9): from typing import Type + BACKEND_TYPE = Type[BrotherQLBackendGeneric] else: BACKEND_TYPE = type[BrotherQLBackendGeneric]