Skip to content

Commit 7d73cc6

Browse files
Potential fix for pull request finding 'Unused import'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 3277b70 commit 7d73cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/file_based/file_types/excel_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import warnings
77
from io import IOBase
88
from pathlib import Path
9-
from typing import Any, Dict, Iterable, Mapping, Optional, Tuple, Union, cast
9+
from typing import Any, Dict, Iterable, Mapping, Optional, Tuple, Union
1010

1111
import orjson
1212
import pandas as pd

0 commit comments

Comments
 (0)