Skip to content

Commit

Permalink
Fix grub.py to make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Sep 26, 2024
1 parent ee55cca commit d23abc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pleskdistup/actions/grub.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

DEBCONF_CMD = "/usr/bin/debconf-show"


class AssertGrubInstallDeviceExists(action.CheckAction):
def __init__(self) -> None:
self.name = "check GRUB installation device exists"
Expand Down

0 comments on commit d23abc7

Please sign in to comment.