Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 15, 2019
1 parent a0e7772 commit 7817762
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xkcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
except ImportError:
Image = None

ARG_NUMBER = "$number"
COMMAND_XKCD = f"xkcd {ARG_NUMBER}"
COMMAND_LATEST_XKCD = "xkcd"
COMMAND_SUBSCRIBE_XKCD = "xkcd subscribe"
COMMAND_UNSUBSCRIBE_XKCD = "xkcd unsubscribe"


@dataclass
class XKCDInfo(SerializableAttrs['XKCDInfo']):
Expand Down

0 comments on commit 7817762

Please sign in to comment.