From 4457e0957839053591cdd115f29e1bb10cc57cbd Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 4 Aug 2019 10:08:50 +0200 Subject: [PATCH] Remove unused imports --- core/shared.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/shared.py b/core/shared.py index dfda989..77cf5c3 100644 --- a/core/shared.py +++ b/core/shared.py @@ -4,11 +4,9 @@ from datetime import timezone from functools import wraps from typing import Any from typing import Dict -from typing import Union from urllib.parse import urljoin import flask -import werkzeug from bson.objectid import ObjectId from flask import current_app as app from flask import redirect