Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 28, 2024
1 parent 16379f1 commit 8f824d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion extensions/eda/plugins/event_source/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import asyncio
import json
import logging
from re import A
from ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED
from typing import Any

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import pytest

from ..utils import DEFAULT_TEST_TIMEOUT, CLIRunner
from .. import TESTS_PATH
from ..utils import DEFAULT_TEST_TIMEOUT, CLIRunner

EVENT_SOURCE_DIR = os.path.dirname(__file__)

Expand Down

0 comments on commit 8f824d9

Please sign in to comment.