From f63ec5ffb17069b688091d0704856ee1a1591dc2 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Thu, 16 May 2024 21:38:24 -0700 Subject: [PATCH] format --- .../connectors/source-sentry/unit_tests/test_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-sentry/unit_tests/test_source.py b/airbyte-integrations/connectors/source-sentry/unit_tests/test_source.py index 6f6f38061b8c..388ce946300e 100644 --- a/airbyte-integrations/connectors/source-sentry/unit_tests/test_source.py +++ b/airbyte-integrations/connectors/source-sentry/unit_tests/test_source.py @@ -2,9 +2,9 @@ # Copyright (c) 2023 Airbyte, Inc., all rights reserved. # +import logging from unittest.mock import MagicMock -import logging from source_sentry.source import SourceSentry