Commit ea7fe10a authored by Irfanuddin's avatar Irfanuddin 🚴🏽

fix: validate all removed

parent bcabdbc5
......@@ -66,7 +66,7 @@ def get_env_settings(use_local=False, env_file='.env'):
if use_local:
env_settings = EnvironmentSettings(
_env_file=env_file,
_env_file_encoding='utf-8' )
_env_file_encoding='utf-8')
else:
env_settings = EnvironmentSettings()
return env_settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment