Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 20, 2023
1 parent fea80fa commit f08b795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/pipeline/platform.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Implements SupportsTracking"""
from typing import Any
import requests

from dlt.sources.helpers import requests
from dlt.pipeline.trace import PipelineTrace, PipelineStepTrace, TPipelineStep, SupportsPipeline
from dlt.common import json

Expand Down

0 comments on commit f08b795

Please sign in to comment.