Skip to content

Commit

Permalink
superfluous old line
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Oct 1, 2020
1 parent 12322b9 commit 6a679c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion irctokens/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def tokenise(
fallback: str="latin-1"
) -> Line:

tags: Optional[str] = None
dline: str = ""
if isinstance(line, bytes):
if line[0] == ord(b"@"):
Expand Down

0 comments on commit 6a679c7

Please sign in to comment.