Skip to content

Commit d865131

Browse files
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 87b5dfd commit d865131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)