Skip to content

Commit

Permalink
ruff format .
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Aug 1, 2024
1 parent 0c092d0 commit bd641ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/extras_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
candidate with an extra - X[foo] version v depends on X version v. By doing
this, we constrain the solution to require a unique version of X.
"""

from __future__ import annotations

from resolvelib.providers import AbstractProvider
Expand Down
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 bd641ab

Please sign in to comment.