Skip to content

Commit

Permalink
explicit import for machinery
Browse files Browse the repository at this point in the history
  • Loading branch information
FSLobao committed Feb 6, 2024
1 parent 9c8b485 commit 2486ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appCataloga/root/etc/appCataloga/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
DB_USER_NAME = 'appCataloga'
DB_PASSWORD = '<app_pass>'
"""
import importlib.util
import importlib.util
import importlib.machinery

SECRET_FILE = "/etc/appCataloga/.secret"

Expand Down

0 comments on commit 2486ccd

Please sign in to comment.