Skip to content

Commit

Permalink
Fix scheduler wrong import of utcnow() (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicozanf authored Dec 5, 2024
1 parent 851f446 commit b9c4f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydal/tools/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from pydal import DAL, Field
from pydal.validators import IS_IN_SET
from utils import utcnow
from ..utils import utcnow


def now():
Expand Down

0 comments on commit b9c4f31

Please sign in to comment.