We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f8565 commit 48f70b1Copy full SHA for 48f70b1
src/regex_automata/automata/nfa.py
@@ -1,5 +1,5 @@
1
from dataclasses import dataclass
2
-from typing import Self, Any, Iterable
+from typing import Self, Any
3
import json
4
from abc import ABC, abstractmethod
5
from itertools import count
0 commit comments