Skip to content

Commit

Permalink
Autumn cleaning part 2 - split transactron/lib.py (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
lekcyjna123 committed Oct 7, 2023
1 parent e496a63 commit aff89a1
Show file tree
Hide file tree
Showing 10 changed files with 1,210 additions and 1,188 deletions.
3 changes: 2 additions & 1 deletion coreblocks/params/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from typing import TYPE_CHECKING

from coreblocks.params.dependencies import SimpleKey, UnifierKey
from transactron.lib import MethodTryProduct, Collector, Method
from transactron import Method
from transactron.lib import MethodTryProduct, Collector
from coreblocks.peripherals.wishbone import WishboneMaster

if TYPE_CHECKING:
Expand Down
Loading

0 comments on commit aff89a1

Please sign in to comment.