Skip to content

Commit b895ae8

Browse files
committed
lint fixes
1 parent 0b343a0 commit b895ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/view/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717
from __future__ import annotations
1818

19-
from typing import Dict, List, Literal, Optional, Union
19+
from typing import Dict, List, Literal, Optional
2020

2121
from pydantic import Field, RootModel, field_validator
2222

0 commit comments

Comments
 (0)