Skip to content

Commit

Permalink
airbyte-cdk: fix ruff yelling
Browse files Browse the repository at this point in the history
  • Loading branch information
aldogonzalez8 committed Nov 29, 2024
1 parent a4fcd16 commit ffe1093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/sources/streams/http/test_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import logging
from datetime import timedelta
from pympler import asizeof
from unittest.mock import MagicMock, patch

import pytest
import requests
from pympler import asizeof
from requests_cache import CachedRequest

from airbyte_cdk.models import FailureType
Expand Down

0 comments on commit ffe1093

Please sign in to comment.