From 2fb48d76b6259899a5f602ed6ca1b0a50df4b7e2 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 13 Dec 2023 23:48:42 +0300 Subject: [PATCH] dep-fix --- services/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/services/auth.py b/services/auth.py index 7b8c297d..8c010412 100644 --- a/services/auth.py +++ b/services/auth.py @@ -2,7 +2,6 @@ from functools import wraps import aiohttp from aiohttp.web import HTTPUnauthorized -from resolvers import get_author_id from settings import AUTH_URL