... and why `from my_fixtures import foobar, foo` ...
# general
e
... and why
from my_fixtures import foobar, foo
in the test if the test only actually uses
foobar
?