Missed linter warnings.

This commit is contained in:
Carlos Nihelton 2022-06-06 17:57:00 -03:00
parent eff558c8ad
commit 061efddec2
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ INSTALL_MODEL_NAMES = ModelNames({
POSTINSTALL_MODEL_NAMES = ModelNames(set()) POSTINSTALL_MODEL_NAMES = ModelNames(set())
LOCALHOST_ADDR="127.0.0.1" LOCALHOST_ADDR = "127.0.0.1"
class SystemSetupServer(SubiquityServer): class SystemSetupServer(SubiquityServer):
prefillInfo = None prefillInfo = None