Skip to content

Commit f228185

Browse files
committed
Fix lint on 12
1 parent 2adb37f commit f228185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing_extensions import TypedDict, NotRequired
22

33

4-
class RendererHooks(TypedDict):
4+
class RendererHooks(TypedDict): # pylint: disable=too-many-ancestors
55
layout_pre: NotRequired[str]
66
layout_post: NotRequired[str]
77
request_pre: NotRequired[str]

0 commit comments

Comments
 (0)