Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Faber committed Dec 10, 2023
1 parent 7538110 commit c7a9a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allocation/domain/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from dataclasses import dataclass
from datetime import date
from typing import Optional, List, Set
from . import commands, events
from . import events


class Product:
Expand Down

0 comments on commit c7a9a23

Please sign in to comment.