noumanjavaid commited on
Commit
053ece1
·
verified ·
1 Parent(s): 03e507c

Update flowsettings.py

Browse files
Files changed (1) hide show
  1. 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 theflow.settings.default import * # noqa
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: