Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
reesehyde committed Nov 18, 2024
1 parent 7121142 commit 9136c55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/poetry/puzzle/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ def __init__(
self._locked_packages = locked
self._io = io

self._provider = Provider(self._package, self._pool, self._io, locked=locked, active_root_extras=active_root_extras,)
self._provider = Provider(
self._package,
self._pool,
self._io,
locked=locked,
active_root_extras=active_root_extras,
)
self._overrides: list[dict[Package, dict[str, Dependency]]] = []

@property
Expand Down

0 comments on commit 9136c55

Please sign in to comment.