mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-24 16:54:20 +00:00
Remove unused imports
This commit is contained in:
parent
76f20059a6
commit
bf193bcd93
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import abc
|
|||
import logging
|
||||
import dataclasses
|
||||
|
||||
from ..database import CachedDatasetFunc, TextReview, TokenizedReview
|
||||
from ..database import CachedDatasetFunc
|
||||
from ..tokenizer import BaseTokenizer
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Reference in a new issue