Skip to content

Commit 8254c66

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent a126d50 commit 8254c66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airbyte/logs.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
import os
1616
import platform
1717
import tempfile
18-
from time import strptime
1918
import warnings
2019
from functools import lru_cache
2120
from pathlib import Path
2221

2322
import structlog
2423
import ulid
2524

26-
from airbyte_cdk.utils.datetime_helpers import ab_datetime_now, ab_datetime_format
25+
from airbyte_cdk.utils.datetime_helpers import ab_datetime_now
2726

2827

2928
def _str_to_bool(value: str) -> bool:

0 commit comments

Comments
 (0)