Skip to content
Snippets Groups Projects
Unverified Commit 81b1c562 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix linting (#16780)

Introduced in #16762
parent 7469fa75
No related branches found
No related tags found
No related merge requests found
Simplify event internal metadata class.
...@@ -26,7 +26,17 @@ import random ...@@ -26,7 +26,17 @@ import random
import string import string
from collections import OrderedDict from collections import OrderedDict
from http import HTTPStatus from http import HTTPStatus
from typing import TYPE_CHECKING, Any, Awaitable, Callable, Dict, List, Optional, Tuple from typing import (
TYPE_CHECKING,
Any,
Awaitable,
Callable,
Dict,
List,
Optional,
Tuple,
cast,
)
import attr import attr
from typing_extensions import TypedDict from typing_extensions import TypedDict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment