Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sultan Iman committed Jan 30, 2024
1 parent 6556f1b commit 4524ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/common/schema/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class TColumnSchema(TColumnSchemaBase, total=False):
root_key: Optional[bool]
merge_key: Optional[bool]
variant: Optional[bool]
container_type: Optional[Union[List, Tuple]]


TTableSchemaColumns = Dict[str, TColumnSchema]
Expand Down

0 comments on commit 4524ffe

Please sign in to comment.