console_conf/models: drop key fingerprints

The fingerprints are not used anywhere, no point in keeping the field.

Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>
This commit is contained in:
Maciej Borzecki 2024-02-06 14:03:29 +01:00
parent b19c716613
commit 257910e52d
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class User(object):
realname = attr.ib()
username = attr.ib()
homedir = attr.ib(default=None)
fingerprints = attr.ib(init=False, default=[])
class IdentityModel(object):