Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Nov 11, 2023
1 parent a978de9 commit 3e0296b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from amaranth import *
from amaranth.hdl.ast import Statement
from amaranth.sim.core import Command
from typing import TYPE_CHECKING, Generator, Any, TypeAlias, TypeVar, Union
from typing import TypeVar, Any, Generator, TypeAlias, TYPE_CHECKING, Union
from coreblocks.utils._typing import RecordValueDict, RecordIntDict

if TYPE_CHECKING:
Expand Down

0 comments on commit 3e0296b

Please sign in to comment.