Skip to content

Commit

Permalink
fix: pycodestyle linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-br committed Dec 19, 2024
1 parent fe8c262 commit 4e91d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysdiagnose/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime

# 3MB max
MAX_BYTES = 3*1024*1024
MAX_BYTES = 3 * 1024 * 1024
MAX_LOGFILES = 1

logger = logging.getLogger('sysdiagnose')
Expand Down

0 comments on commit 4e91d82

Please sign in to comment.