Skip to content

Commit

Permalink
fix: import literal from typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Aug 2, 2022
1 parent 727c47b commit 0aba557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/deltalake/deltalake.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Any, Callable, Dict, List, Literal, Optional, Union
from typing import Any, Callable, Dict, List, Optional, Union

import pyarrow as pa
from typing_extensions import Literal

from deltalake.writer import AddAction

Expand Down

0 comments on commit 0aba557

Please sign in to comment.