Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored and neersighted committed Oct 29, 2022
1 parent 32d42bf commit b2fbc85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/puzzle/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3817,9 +3817,7 @@ def test_solver_always_relocks_path_dependencies(
source_url=str(path),
)

package.add_dependency(
Factory.create_dependency("demo", {"path": str(path)})
)
package.add_dependency(Factory.create_dependency("demo", {"path": str(path)}))

# transient dependencies of demo
pendulum = get_package("pendulum", "2.0.3")
Expand Down

0 comments on commit b2fbc85

Please sign in to comment.