From 7c39162b435bab6b0f97421a16b9a10d9c3159cb Mon Sep 17 00:00:00 2001 From: Sumit Singh Date: Sat, 4 Dec 2021 15:54:38 +0530 Subject: [PATCH] Ignore F407 for flake8 --- drf_user/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drf_user/utils.py b/drf_user/utils.py index 52ec262..f565a18 100644 --- a/drf_user/utils.py +++ b/drf_user/utils.py @@ -1,5 +1,5 @@ """Collection of general helper functions.""" -from __future__ import annotations +from __future__ import annotations # noqa: F407 import datetime from typing import Dict