superfluous old line

This commit is contained in:
jesopo 2020-10-01 22:00:21 +00:00
parent 12322b97c6
commit 6a679c7650
1 changed files with 0 additions and 1 deletions

View File

@ -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"@"):