Skip to content

Commit a61a4f5

Browse files
committed
refactor(python): apply back linter
This commit applies Black code formatting rules to standardize Python code style across the project, enforcing an 88-character line length limit, consistent string quotes and indentation, removing trailing whitespace, and ensuring proper docstring format.
1 parent 22d9a21 commit a61a4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/scheduler/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This script stop and start aws resources."""
2+
23
import os
34

45
from .autoscaling_handler import AutoscalingScheduler

0 commit comments

Comments
 (0)