Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Dec 29, 2023
1 parent 06b4b26 commit 539744d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bot/cogs/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ def __init__(self, bot: Rodhaj) -> None:

### Tag selection utils

def is_tag_selected(self, user_id: int, type: str) -> Optional[bool]:
conf = self.reserved_tags.get(user_id)

if conf is None:
return
return conf[type]

def add_in_progress_tag(self, author_id: int, tags: ReservedTags) -> ReservedTags:
reserved = self.reserved_tags.setdefault(author_id, tags)
return reserved
Expand Down

0 comments on commit 539744d

Please sign in to comment.