Parcourir la source

Remove newline

Thibaud Colas il y a 2 mois
Parent
commit
b0b8e9bd09
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      bakerydemo/settings/base.py

+ 0 - 1
bakerydemo/settings/base.py

@@ -251,4 +251,3 @@ if "CSP_DEFAULT_SRC" in os.environ:
         CSP_OBJECT_SRC = os.environ.get("CSP_OBJECT_SRC").split(",")
     if "CSP_REPORT_URI" in os.environ:
         CSP_REPORT_URI = os.environ.get("CSP_REPORT_URI")
-