Skip to content

Commit

Permalink
Use isoparse for datetime parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Oct 19, 2023
1 parent 96c5015 commit a2de5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/rest_api/test_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from cvat_sdk import exceptions, models
from cvat_sdk.api_client.api_client import ApiClient, Endpoint
from cvat_sdk.core.helpers import get_paginated_collection
from dateutil.parser import parse as parse_datetime
from dateutil.parser import isoparse as parse_datetime
from deepdiff import DeepDiff
from pytest_cases import fixture, fixture_ref, parametrize

Expand Down

0 comments on commit a2de5a9

Please sign in to comment.