Skip to content

Commit 31cb4bd

Browse files
committed
more mypy
1 parent f608bc2 commit 31cb4bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

permuta/permutils/pin_words.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ def load_dfa_for_perm(cls, perm) -> "DFA":
497497
path = Path(directory)
498498
filename = f"{''.join(str(i) for i in perm)}.txt"
499499
path = path / filename
500-
dfa: Optional["DFA"] = None
501500
if not path.is_file():
502501
cls.store_dfa_for_perm(perm)
503502
with open(str(path), "r") as file_object:

0 commit comments

Comments
 (0)