Skip to content

Commit

Permalink
PEP8 inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 3, 2023
1 parent 1dea43b commit f44287f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion apps/crc_proposal_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import grp
import os
from argparse import Namespace
from datetime import datetime

from bank.account_logic import AccountServices

Expand Down
1 change: 1 addition & 0 deletions apps/crc_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from .utils.cli import BaseParser
from .utils.system_info import Shell


class CrcUsage(BaseParser):
"""Display a Slurm account's cluster usage."""

Expand Down

0 comments on commit f44287f

Please sign in to comment.