From e26b7e88f79b0ae3fe254e19ba46b7c7d8e70d4c Mon Sep 17 00:00:00 2001 From: Athitheya Gobinathan Date: Sun, 1 Sep 2024 18:30:28 -0400 Subject: [PATCH] refactor: remove functools --- crypt4gh_middleware/middleware.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crypt4gh_middleware/middleware.py b/crypt4gh_middleware/middleware.py index adc493c..a0e093e 100644 --- a/crypt4gh_middleware/middleware.py +++ b/crypt4gh_middleware/middleware.py @@ -1,5 +1,4 @@ """Crypt4GH middleware.""" -from functools import wraps from pathlib import Path import flask