Spaces:
Running
Running
Update flowsettings.py
Browse files- flowsettings.py +1 -1
flowsettings.py
CHANGED
@@ -4,7 +4,7 @@ from inspect import currentframe, getframeinfo
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
from decouple import config
|
7 |
-
from
|
8 |
|
9 |
cur_frame = currentframe()
|
10 |
if cur_frame is None:
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
from decouple import config
|
7 |
+
from flowsettings.default import * # noqa
|
8 |
|
9 |
cur_frame = currentframe()
|
10 |
if cur_frame is None:
|