Skip to content

Commit

Permalink
Merge pull request #3164 from poncovka/f34-devel-typing_module
Browse files Browse the repository at this point in the history
Rename pyanaconda.modules.common.typing
  • Loading branch information
poncovka committed Feb 12, 2021
2 parents 11b3ae4 + 362f57c commit 88f37d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/modules/boss/boss_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from pyanaconda.modules.common.containers import TaskContainer
from pyanaconda.modules.common.structures.kickstart import KickstartReport
from pyanaconda.modules.common.structures.requirement import Requirement
from pyanaconda.modules.common.typing import BusName
from pyanaconda.modules.common.custom_typing import BusName

__all__ = ["BossInterface"]

Expand Down
File renamed without changes.

0 comments on commit 88f37d5

Please sign in to comment.