config/state: remove superflous attrs from Profile, as they already exist in SparseProfile
This commit is contained in:
parent
aacca2ff48
commit
1f9682f5de
1 changed files with 0 additions and 2 deletions
|
@ -23,14 +23,12 @@ class SparseProfile(DictScheme):
|
|||
|
||||
|
||||
class Profile(SparseProfile):
|
||||
parent: Optional[str]
|
||||
device: str
|
||||
flavour: str
|
||||
pkgs_include: list[str]
|
||||
pkgs_exclude: list[str]
|
||||
hostname: str
|
||||
username: str
|
||||
password: Optional[str]
|
||||
size_extra_mb: Union[str, int]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue