Fixed flake8 warnings (#1676)

This commit is contained in:
Yunus Emre Aydın 2023-03-14 13:05:17 +03:00 committed by GitHub
parent 8f6cc07062
commit f0a6adb96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -457,7 +457,6 @@ class Installer:
for entry in self.FSTAB_ENTRIES: for entry in self.FSTAB_ENTRIES:
fstab_fh.write(f'{entry}\n') fstab_fh.write(f'{entry}\n')
return True return True
def set_hostname(self, hostname: str, *args :str, **kwargs :str) -> None: def set_hostname(self, hostname: str, *args :str, **kwargs :str) -> None: