From a395e5541fc828065ec10934f84b06549fed562f Mon Sep 17 00:00:00 2001 From: Mizaki Date: Thu, 25 May 2023 15:00:53 +0100 Subject: [PATCH] Remove invalid comments --- comictalker/resulttypes.py | 4 ++-- comictalker/talker_utils.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/comictalker/resulttypes.py b/comictalker/resulttypes.py index debaa2e..d7a1076 100644 --- a/comictalker/resulttypes.py +++ b/comictalker/resulttypes.py @@ -43,8 +43,8 @@ class ComicIssue: genres: list[str] tags: list[str] name: str - language: str # 2-letter iso code - country: str # 2-letter iso code + language: str + country: str site_detail_url: str series: ComicSeries alt_image_urls: list[str] diff --git a/comictalker/talker_utils.py b/comictalker/talker_utils.py index 7da85bd..92b32d6 100644 --- a/comictalker/talker_utils.py +++ b/comictalker/talker_utils.py @@ -48,7 +48,6 @@ def map_comic_issue_to_metadata( # Rely on comic talker to validate this number metadata.issue_count = utils.xlate_int(issue_results.series.volume) - # TODO Generate list in utils (same as language and countries) and check against that in separate PR if issue_results.series.format: metadata.format = issue_results.series.format