From d23abc713e21c4ae8edde8146f57c13f9037f5fd Mon Sep 17 00:00:00 2001 From: Mikhail Sandakov Date: Thu, 26 Sep 2024 11:45:52 +0300 Subject: [PATCH] Fix grub.py to make flake8 happy --- pleskdistup/actions/grub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pleskdistup/actions/grub.py b/pleskdistup/actions/grub.py index 3383022..25cf4c1 100644 --- a/pleskdistup/actions/grub.py +++ b/pleskdistup/actions/grub.py @@ -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"