binoua commited on
Commit
4652942
1 Parent(s): b143217

Upload handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -1
handler.py CHANGED
@@ -1,6 +1,7 @@
1
  from typing import Dict, List, Any
2
  import numpy as np
3
- import concrete.ml
 
4
  import holidays
5
 
6
 
 
1
  from typing import Dict, List, Any
2
  import numpy as np
3
+
4
+ # import concrete.ml
5
  import holidays
6
 
7