Skip to content

Commit

Permalink
del test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer committed Jul 31, 2024
1 parent cdd7a9d commit 23e4b14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dlt/normalize/items_normalizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ def _normalize_chunk(
schema_name = schema.name
normalize_data_fun = self.schema.normalize_data_item

# import time

for item in items:
# time.sleep(0.7)
items_gen = normalize_data_fun(item, self.load_id, root_table_name)
try:
self.collector.update("Items")
Expand Down

0 comments on commit 23e4b14

Please sign in to comment.