Skip to content

Commit

Permalink
Ignore F407 for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit4613 committed Dec 4, 2021
1 parent 1b8a3d5 commit 7c39162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drf_user/utils.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c39162

Please sign in to comment.