thbndi commited on
Commit
f496891
·
1 Parent(s): ec86139

Update check_config.py

Browse files
Files changed (1) hide show
  1. 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: