Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschuppi81 committed Oct 22, 2024
1 parent d5c5b5e commit 1b0e741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onegov/event/models/occurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from onegov.core.orm import Base
from onegov.core.orm.mixins import TimestampMixin
from onegov.core.orm.types import UUID
from onegov.event.models import Event
from onegov.event.models.mixins import OccurrenceMixin
from onegov.gis import Coordinates
from pytz import UTC
Expand All @@ -20,6 +19,7 @@
from typing import TYPE_CHECKING
if TYPE_CHECKING:
import uuid
from onegov.event.models import Event
from sqlalchemy.sql import ClauseElement


Expand Down

0 comments on commit 1b0e741

Please sign in to comment.