We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9037e8 + 57a16f7 commit 4aeca36Copy full SHA for 4aeca36
1 file changed
nitric/config/__init__.py
@@ -32,8 +32,5 @@ def __init__(self):
32
env_variable = os.environ.get(setting)
33
setattr(self, setting, env_variable or default_value)
34
35
- # def __getattr__(self, name):
36
- # return getattr(self, name)
37
-
38
39
settings = Settings()
0 commit comments