Skip to content

Commit 439d14e

Browse files
vinod0mCopilot
andauthored
Update .venv_ci/lib/python3.12/site-packages/astroid/brain/brain_signal.py
Co-authored-by: Copilot <[email protected]>
1 parent 8f5a19a commit 439d14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.venv_ci/lib/python3.12/site-packages/astroid/brain/brain_signal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _handlers_enum() -> str:
9999
import enum
100100
class Handlers(enum.IntEnum):
101101
SIG_DFL = enum.auto()
102-
SIG_IGN = eunm.auto()
102+
SIG_IGN = enum.auto()
103103
"""
104104

105105

0 commit comments

Comments
 (0)