Skip to content

Commit 855040f

Browse files
committed
fix: remove unnecessary noqa comment from environment variable definition
1 parent d24d57e commit 855040f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
pass
4040

4141
# reference: https://pypi.org/project/django-environ/
42-
env = environ.FileAwareEnv(**{**dict( # noqa: C408
42+
env = environ.FileAwareEnv(**{**dict(
4343
# Set casting and default values
4444
DD_SITE_URL=(str, "http://localhost:8080"),
4545
DD_DEBUG=(bool, False),

0 commit comments

Comments
 (0)