Skip to content

Commit c7a9a23

Browse files
committed
Update model.py
1 parent 7538110 commit c7a9a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/allocation/domain/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from dataclasses import dataclass
33
from datetime import date
44
from typing import Optional, List, Set
5-
from . import commands, events
5+
from . import events
66

77

88
class Product:

0 commit comments

Comments
 (0)