Skip to content

Commit

Permalink
update import for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 2, 2025
1 parent fc4ca91 commit 76abb4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/archive/sources/singer_tap.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import os
import tempfile
from typing import Any, Iterator, TypedDict, cast, Union
from typing import Any, Iterator, cast, Union

import dlt
from dlt.common.typing import TypedDict
from dlt.common import json
from dlt.common.configuration.specs import BaseConfiguration
from dlt.common.runners.venv import Venv
Expand Down

0 comments on commit 76abb4d

Please sign in to comment.