is there a reason that `Target` doesn't accept the...
# general
a
is there a reason that
Target
doesn't accept the
sources
kwarg, when it assumes that the
payload
will always have a
'sources'
field? I know that i see every target i've ever seen always creates a payload and adds the appropriate sources -- is there a reason we can't have
Target
do that in its ctor?