Skip to content

Commit 1c71b19

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 073ec35 commit 1c71b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/gunicorn/gunicorn/debug.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Spew:
1313
def __call__(
1414
self,
1515
frame: FrameType,
16-
event: Literal["call"] | Literal["line"] | Literal["return"] | Literal["exception"] | Literal["opcode"],
16+
event: Literal["call", "line", "return", "exception", "opcode"],
1717
arg: Any, # `arg` is not used inside the function, stub is set Any
1818
) -> Self: ...
1919

0 commit comments

Comments
 (0)