dn6 HF Staff commited on
Commit
3211ef5
·
1 Parent(s): f56212a

more clean up

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def create_experiment(
63
  return None, e
64
 
65
 
66
- def get_experiment(kwargs) -> comet_ml.APIExperiment:
67
  try:
68
  return comet_ml.APIExperiment(**kwargs)
69
  except Exception as e:
 
63
  return None, e
64
 
65
 
66
+ def get_experiment(kwargs):
67
  try:
68
  return comet_ml.APIExperiment(**kwargs)
69
  except Exception as e: