Skip to content

Commit

Permalink
remove unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Feb 7, 2024
1 parent c3f2ba3 commit 7547aa8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dlt/common/schema/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ class WriteDisposition:
# Converters
#

TypeMap: Dict[Any, TDataType] = {
str: "text",
int: "bigint",
float: "double",
date: "date",
datetime: "time",
bool: "bool",
Decimal: "decimal",
}


def unwrap(t: Type[Any]) -> Tuple[Any, List[Any]]:
"""Returns python type info and wrapped types if this was annotated type"""
Expand Down

0 comments on commit 7547aa8

Please sign in to comment.