Skip to content

Commit

Permalink
Fix typing for enc_conf parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
codefiles committed Feb 23, 2025
1 parent 201968c commit 5d1e4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/lib/disk/device_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def create_lvm_btrfs_subvolumes(
def create_btrfs_volumes(
self,
part_mod: PartitionModification,
enc_conf: 'DiskEncryption | None' = None
enc_conf: DiskEncryption | None = None
) -> None:
info(f'Creating subvolumes: {part_mod.safe_dev_path}')

Expand Down

0 comments on commit 5d1e4fb

Please sign in to comment.