mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2025-04-19 17:40:01 -05:00
Remove redundant dataclass annotation
This commit is contained in:
parent
9082e176fc
commit
bfc6b171b3
1 changed files with 0 additions and 1 deletions
|
@ -327,7 +327,6 @@ class TVShowSearcher(Searcher):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class MovieSearcher(Searcher):
|
class MovieSearcher(Searcher):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(userMatchedMoviesTable, Movie.search, self._print_manual_selection)
|
super().__init__(userMatchedMoviesTable, Movie.search, self._print_manual_selection)
|
||||||
|
|
Loading…
Reference in a new issue