Remove an unused milliseconds member from Installer (#4199)

This commit is contained in:
correctmost 2026-02-01 06:48:30 -05:00 committed by GitHub
parent 331634fd80
commit b5f710425f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class Installer:
self.target: Path = target
self.init_time = time.strftime('%Y-%m-%d_%H-%M-%S')
self.milliseconds = int(str(time.time()).split('.')[1])
self._helper_flags: dict[str, str | bool | None] = {
'base': False,
'bootloader': None,