docs: fix doc per recent code refactor

This commit is contained in:
Lance Edgar 2025-12-29 13:02:00 -06:00
parent 4cb3832213
commit 2ca7842e4f

View file

@ -38,7 +38,7 @@ Here is the code and we'll explain below::
config = ctx.parent.wutta_config config = ctx.parent.wutta_config
handler = ImportCommandHandler( handler = ImportCommandHandler(
config, import_handler='poser.importing.foo:FromFooToPoser') config, import_handler='poser.importing.foo:FromFooToPoser')
handler.run(ctx.params) handler.run(ctx)
Hopefully it's straightforward but to be clear: Hopefully it's straightforward but to be clear: