Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Aug 2, 2024
1 parent 735ed21 commit 8df57c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/test_module_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from test.unit.services.with_annotations.env import EnvService
from test.unit.services.with_annotations.services import IFoo

from wireup import DependencyContainer, ParameterBag, register_all_in_module, warmup_container
from wireup.import_util import initialize_container
from wireup import DependencyContainer, ParameterBag, initialize_container, register_all_in_module, warmup_container


class ModuleLoadingTest(unittest.TestCase):
Expand Down

0 comments on commit 8df57c8

Please sign in to comment.