Remove unnecessary parenthesis

This commit is contained in:
Dylan Taylor 2021-05-15 13:37:08 -04:00
parent 8d4c314966
commit a475852d7a
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ class Installer():
if 'encrypt' not in self.HOOKS:
self.HOOKS.insert(self.HOOKS.index('filesystems'), 'encrypt')
if not (hasUEFI()):
if not hasUEFI():
self.base_packages.append('grub')
if not isVM():