Skip to content

Commit 015ced9

Browse files
committed
fix imports
1 parent 3160691 commit 015ced9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unit_tests/source_declarative_manifest/test_source_declarative_w_custom_components.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
import datetime
66
import json
77
import logging
8-
import os
98
import sys
109
import types
1110
from collections.abc import Callable, Mapping
1211
from pathlib import Path
1312
from tempfile import NamedTemporaryFile
1413
from typing import Any
1514

16-
from dpath import get
1715
import pytest
1816
import yaml
1917
from airbyte_protocol_dataclasses.models.airbyte_protocol import AirbyteCatalog

0 commit comments

Comments
 (0)