Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Apr 9, 2024
1 parent c5bdd78 commit fee5b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/extract/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from collections.abc import Sequence as C_Sequence
from copy import copy
import itertools
from typing import Iterator, List, Dict, Any
from typing import Iterator, List, Dict, Any, Optional
import yaml

from dlt.common.configuration.container import Container
Expand Down

0 comments on commit fee5b1e

Please sign in to comment.