sarugaku / resolvelib

Resolve abstract dependencies into concrete ones
ISC License
138 stars 31 forks source link

add required arg `backtrack_causes` to `get_preferences()` override #136

Closed jimkring closed 11 months ago

jimkring commented 12 months ago

backtrack_causes is a required argument in get_preferences, as defined by the parent class resolvelib.AbstractProvider. Adding this argument allows the example to run without errors.

jimkring commented 12 months ago

not sure why CI / Lint failed. nox/black check works for me :)

frostming commented 11 months ago

not sure why CI / Lint failed. nox/black check works for me :)

It complains because the line should be broken into one argument per line