From 2c92ffe55231d2bbb4451850ad9d1cb86f2d47ee Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 14 Apr 2023 09:53:31 +0200 Subject: [PATCH] app.py: Remove not required import --- server/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/app.py b/server/app.py index 90b7351..7a1c958 100644 --- a/server/app.py +++ b/server/app.py @@ -22,7 +22,6 @@ from typing import ( Mapping, Optional, Sequence, - Set, Type, TypeVar, Union,