We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a126d50 commit 8254c66Copy full SHA for 8254c66
airbyte/logs.py
@@ -15,15 +15,14 @@
15
import os
16
import platform
17
import tempfile
18
-from time import strptime
19
import warnings
20
from functools import lru_cache
21
from pathlib import Path
22
23
import structlog
24
import ulid
25
26
-from airbyte_cdk.utils.datetime_helpers import ab_datetime_now, ab_datetime_format
+from airbyte_cdk.utils.datetime_helpers import ab_datetime_now
27
28
29
def _str_to_bool(value: str) -> bool:
0 commit comments