Skip to content

Commit

Permalink
Run ruff format .
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Aug 1, 2024
1 parent a6bcf0e commit b7df1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvelib/resolvers/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from ..structs import CT, KT, RT, DirectedGraph

if TYPE_CHECKING:

from ..providers import AbstractProvider
from ..reporters import BaseReporter
from .criterion import Criterion

class Result(NamedTuple, Generic[RT, CT, KT]):
mapping: Mapping[KT, CT]
graph: DirectedGraph[KT | None]
Expand Down

0 comments on commit b7df1ee

Please sign in to comment.