Skip to content

Commit

Permalink
Apply black, isort, and autoflake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2023
1 parent 35469b7 commit 89134be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejobs/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(
user_email: Optional[str] = None,
labels: Optional[dict] = None,
annotations: Optional[dict] = None,
namespace: Optional[str] = None
namespace: Optional[str] = None,
):
self.name = name

Expand Down

0 comments on commit 89134be

Please sign in to comment.