Move method-level import in GenericMethodWrapper.__init__()
to module-level
#451
Labels
minor
Nice to do but not vital
GenericMethodWrapper.__init__()
to module-level
#451
Very similar to #450 (in terms of the issue, and in terms of being needed for an integration test to go into #446), see that issue's description for details.
And similarly, any tests that attempt to patch
import_module
ingeneric.py
via the following:httomo/tests/method_wrappers/test_generic.py
Line 63 in 5c5c57b
need to be changed to patch the import like so:
The text was updated successfully, but these errors were encountered: