Skip to content

Commit a701145

Browse files
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 644010d commit a701145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/eda/plugins/event_source/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# import fails, hence this workaround.
1818
module_directory = os.path.dirname(os.path.abspath(__file__))
1919
sys.path.append(module_directory)
20-
from oauth_tokens import create_oauth_provider # type: ignore
20+
from oauth_tokens import create_oauth_provider # type: ignore
2121

2222
DEFAULT_SASL_MECHANISM = "PLAIN"
2323
DEFAULT_OFFSET = "latest"

extensions/eda/plugins/event_source/oauth_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import time
2626
import uuid
2727
from abc import abstractmethod
28-
from typing import Any, Dict, Optional, Tuple, Union
28+
from typing import Any, Dict, Optional, Tuple
2929

3030
import aiohttp
3131
import cryptography

0 commit comments

Comments
 (0)