Skip to content

Commit 5dbd95e

Browse files
authored
chore: optimize the naming of constants to enhance readability (#1041)
1 parent 66b4df0 commit 5dbd95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __dir__() -> list[str]:
2727

2828

2929
SESSION_INFO = logging.WARNING - 1
30-
SUCCESS = 25
30+
SUCCESS = logging.INFO + 5
3131
OUTPUT = logging.DEBUG - 1
3232

3333

0 commit comments

Comments
 (0)