Skip to content

Commit

Permalink
Merge branch 'ohadmata:main' into add-more-pb-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAvdar authored Feb 26, 2024
2 parents cc88a98 + 5c442e0 commit 5701e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/shmessy/types/datetime_.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class DatetimeType(BaseType):
"%Y-%m-%dT%H:%M:%S.%fZ", # 2022-12-30T00:00:00.000Z
"%Y-%m-%dT%H:%M:%S", # 2022-12-30T00:00:00
"%d/%m/%Y %H:%M", # 30/12/2022 00:00
"%Y-%m-%d %H:%M:%S %Z", # 2020-09-24 11:57:27 UTC
]

def validate(self, data: ndarray) -> Optional[InferredField]:
Expand Down
1 change: 0 additions & 1 deletion tests/intg/test_read_csv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
import pytest

from shmessy import Shmessy

Expand Down

0 comments on commit 5701e5e

Please sign in to comment.