Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
e-tornike committed Mar 27, 2023
1 parent cbec746 commit bcbb67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from transformers import pipeline as pipe

from github_issue import make_github_issue
from config import NEW_SUB_URL, KEYWORD_LIST
from config import NEW_SUB_URL, KEYWORD_LIST, PWC_URL


class Model:
Expand Down

0 comments on commit bcbb67d

Please sign in to comment.