ashercn97 commited on
Commit
04e85e3
1 Parent(s): 2e67299

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -2
handler.py CHANGED
@@ -1,7 +1,5 @@
1
  from typing import Dict, List, Any
2
  from transformers import pipeline
3
- import holidays
4
-
5
 
6
  class EndpointHandler:
7
  def __init__(self, path=""):
 
1
  from typing import Dict, List, Any
2
  from transformers import pipeline
 
 
3
 
4
  class EndpointHandler:
5
  def __init__(self, path=""):