Skip to content

Commit

Permalink
Fix Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mtesauro authored Feb 16, 2024
1 parent 9babf27 commit 2af798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1691,4 +1691,4 @@ def saml2_attrib_map_format(dict):
from django.utils.deprecation import RemovedInDjango50Warning
warnings.filterwarnings("ignore", category=RemovedInDjango50Warning)
warnings.filterwarnings("ignore", message="'cgi' is deprecated and slated for removal in Python 3\\.13")
warnings.filterwarnings("ignore", message="unclosed file .+")
warnings.filterwarnings("ignore", message="unclosed file .+")

0 comments on commit 2af798f

Please sign in to comment.