From f8a202d843636e26f1c19fbdae87a96479127147 Mon Sep 17 00:00:00 2001 From: Alperen42v <243298691+Alperen42v@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:55:24 +0300 Subject: [PATCH] ruff fix --- archinstall/lib/disk/luks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/disk/luks.py b/archinstall/lib/disk/luks.py index 275722cc..d3d7e707 100644 --- a/archinstall/lib/disk/luks.py +++ b/archinstall/lib/disk/luks.py @@ -320,4 +320,4 @@ def unlock_luks2_dev( if not luks_handler.is_unlocked(): luks_handler.unlock() - return luks_handler \ No newline at end of file + return luks_handler