Skip to content

Commit

Permalink
PublishingTicket: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Jan 4, 2025
1 parent 83a4217 commit 78d15d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions voctopublish/model/ticket_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,8 @@ def __init__(self, ticket, ticket_id, config):
self.publishing_tags = [
self.acronym,
self.track, # 3
self.room, # 4 - TODO: do we really want the room in this position?
*[
f"{self.acronym}-{lang}"
for lang in self.languages.values()
],
self.room, # 4 - TODO: do we really want the room in this position?
*[f"{self.acronym}-{lang}" for lang in self.languages.values()],
*self._get_list("Publishing.Tags", optional=True),
]
self.license = self._get_str("Meta.License", optional=True, try_default=True)
Expand Down

0 comments on commit 78d15d4

Please sign in to comment.