We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f608bc2 commit 31cb4bdCopy full SHA for 31cb4bd
permuta/permutils/pin_words.py
@@ -497,7 +497,6 @@ def load_dfa_for_perm(cls, perm) -> "DFA":
497
path = Path(directory)
498
filename = f"{''.join(str(i) for i in perm)}.txt"
499
path = path / filename
500
- dfa: Optional["DFA"] = None
501
if not path.is_file():
502
cls.store_dfa_for_perm(perm)
503
with open(str(path), "r") as file_object:
0 commit comments