Skip to content

Commit 48f70b1

Browse files
committed
chore: Fix ruff
1 parent 65f8565 commit 48f70b1

File tree

1 file changed

+1
-1
lines changed
  • src/regex_automata/automata

1 file changed

+1
-1
lines changed

src/regex_automata/automata/nfa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from dataclasses import dataclass
2-
from typing import Self, Any, Iterable
2+
from typing import Self, Any
33
import json
44
from abc import ABC, abstractmethod
55
from itertools import count

0 commit comments

Comments
 (0)