Skip to content

Commit

Permalink
Use dlt.common.json
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Mar 25, 2024
1 parent dd59507 commit 3c104bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/sources/helpers/rest_client/conftest.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import re
from typing import NamedTuple, Callable, Pattern, List, TYPE_CHECKING
import json
import base64

from urllib.parse import urlsplit, urlunsplit

import pytest
import requests_mock

from dlt.common import json

if TYPE_CHECKING:
RequestCallback = Callable[[requests_mock.Request, requests_mock.Context], str]
else:
Expand Down

0 comments on commit 3c104bb

Please sign in to comment.