Skip to content

Commit 1f56c72

Browse files
committed
Removed unused import
1 parent 4e4936b commit 1f56c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/athena/_write_iceberg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import re
77
import typing
88
import uuid
9-
from typing import Any, Dict, Literal, TypedDict, Union
9+
from typing import Any, Dict, Literal, TypedDict
1010

1111
import boto3
1212
import pandas as pd

0 commit comments

Comments
 (0)