Skip to content

Commit

Permalink
Revert old changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sultan Iman committed Feb 6, 2024
1 parent c180df7 commit 6037b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/extract/hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def new_table_template(
clean_columns = columns
if columns is not None:
clean_columns = ensure_table_schema_columns_hint(columns)

if not callable(clean_columns):
clean_columns = clean_columns.values() # type: ignore
# create a table schema template where hints can be functions taking TDataItem
Expand Down

0 comments on commit 6037b04

Please sign in to comment.