mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Fix workflow and python syntax issues
This commit is contained in:
@@ -415,9 +415,11 @@ class Production(Config):
|
||||
class Staging(Production):
|
||||
pass
|
||||
|
||||
|
||||
class Demo(Production):
|
||||
pass
|
||||
|
||||
|
||||
configs = {
|
||||
'development': Development,
|
||||
'test': Test,
|
||||
|
||||
Reference in New Issue
Block a user