Skip to content

Commit d43db6f

Browse files
committed
Merge branch 'btkcodedev/prestashopFix' of https://github.com/airbytehq/airbyte into btkcodedev/prestashopFix
2 parents f273bba + 09eccbc commit d43db6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/source-prestashop/components.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def parse(self, text):
9191
'%Y-%m-%dT%H:%M:%SZ',
9292
'%Y-%m-%dT%H:%M:%S.%fZ',
9393
]
94-
94+
9595
# Try parsing with different formats
9696
for fmt in formats:
9797
try:

0 commit comments

Comments
 (0)