Update check_config.py
Browse files- check_config.py +2 -0
check_config.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
|
2 |
def check_config(task,config_file):
|
3 |
with open(config_file) as f:
|
|
|
1 |
+
import yaml
|
2 |
+
import sys
|
3 |
|
4 |
def check_config(task,config_file):
|
5 |
with open(config_file) as f:
|