Skip to content

Commit

Permalink
Attempt to fix sca
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch committed Dec 28, 2023
1 parent 14344d6 commit 0d6e435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assessment_module_manager/assessment_module_manager/env.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Common place for environment variables with sensible defaults for local development."""
import os

from assessment_module_manager.module import list_modules
from assessment_module_manager.module.list_modules import list_modules

PRODUCTION = os.environ.get("PRODUCTION", "0") == "1"
SECRET = os.getenv("SECRET")
Expand Down

0 comments on commit 0d6e435

Please sign in to comment.