Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2024-02-24 09:22:27 +01:00
parent 295717256f
commit 9380fbaaf7
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -286,6 +286,6 @@ else:
from .settings_dev import * # noqa: F401,F403 from .settings_dev import * # noqa: F401,F403
try: try:
from .settings_local import * from .settings_local import * # noqa: F401,F403
except ImportError: except ImportError:
pass pass