Skip to content

Commit

Permalink
Remove rebase leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
mizaki committed Jun 22, 2024
1 parent a9d033a commit 5322269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcd_talker/gcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,6 @@ def _map_comic_issue_to_metadata(self, issue: GCDIssue, series: GCDSeries) -> Ge
data_origin=MetadataOrigin(self.id, self.name),
issue_id=utils.xlate(issue["id"]),
series_id=utils.xlate(series["id"]),
issue=utils.xlate(IssueString(issue.get("number")).as_string()),
publisher=utils.xlate(series.get("publisher_name")),
series=utils.xlate(series["name"]),
)
Expand Down

0 comments on commit 5322269

Please sign in to comment.