We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7538110 commit c7a9a23Copy full SHA for c7a9a23
src/allocation/domain/model.py
@@ -2,7 +2,7 @@
2
from dataclasses import dataclass
3
from datetime import date
4
from typing import Optional, List, Set
5
-from . import commands, events
+from . import events
6
7
8
class Product:
0 commit comments