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