Skip to content

Commit a353664

Browse files
Update azure-kusto-data/tests/test_helpers.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e58bc64 commit a353664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-kusto-data/tests/test_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def test_pandas_mixed_date():
133133
def test_parse_datetime():
134134
"""Test parse_datetime function with different pandas versions and datetime formats"""
135135
from azure.kusto.data.helpers import parse_datetime
136-
137136
# Test with pandas v2 behavior (force version 2)
138137
df_v2 = pandas.DataFrame({
139138
"date_with_ms": ["2023-12-12T01:59:59.352Z", "2023-12-12T01:54:44.123Z"],

0 commit comments

Comments
 (0)