Skip to content

Commit

Permalink
Import correct timestamp mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
BreathingFlesh committed Aug 7, 2024
1 parent a8bd3a5 commit 6bd285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onegov/translator_directory/models/translator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from uuid import uuid4

from libres.db.models.timestamp import TimestampMixin
from onegov.core.orm.mixins import TimestampMixin
from sqlalchemy import Column, Text, Enum, Date, Integer, Boolean, Float
from sqlalchemy.orm import backref, relationship

Expand Down

0 comments on commit 6bd285c

Please sign in to comment.