Skip to content

Commit

Permalink
OM-348: changed datetime library
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Oct 22, 2024
1 parent 6f968e4 commit f60276a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worker_voucher/tests/test_gql_voucher_check.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from datetime import datetime
from django.test import TestCase
from graphene import Schema
from graphene.test import Client

from core import datetime

from core.models import Role
from core.test_helpers import create_test_interactive_user
from worker_voucher.models import WorkerVoucher
Expand Down

0 comments on commit f60276a

Please sign in to comment.