Merge pull request #830 from gaphor/movetype-item
MoveType should contain an item attribute
This commit is contained in:
commit
ad7e00bff7
@ -11,6 +11,8 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
class MoveType(Protocol):
|
||||
item: Item
|
||||
|
||||
def __init__(self, item: Item, view: GtkView):
|
||||
...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user