From c2d765ff6d1e9814b19946e61bc6389a5beea3b6 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 9 Feb 2022 11:44:03 +0100 Subject: [PATCH] Fixed flake8 complaint --- archinstall/lib/luks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index 2fd2ef38..52715b13 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -159,7 +159,6 @@ class luks2: :param mountpoint: The name without absolute path, for instance "luksdev" will point to /dev/mapper/luksdev :type mountpoint: str """ - from .disk import get_filesystem_type if not password: password = self.password