Diff comments:
> diff --git a/src/maasserver/models/keysource.py
> b/src/maasserver/models/keysource.py
> index 4fb130c..60ade44 100644
> --- a/src/maasserver/models/keysource.py
> +++ b/src/maasserver/models/keysource.py
> @@ -4,6 +4,7 @@
> """:class:`KeySource` and friends."""
>
>
> +from django.contrib.auth.models import User
this is used just for type-checking, so it could be
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from django.contrib.auth.models import User
> from django.db.models import BooleanField, CharField, Manager
>
> from maasserver.enum import KEYS_PROTOCOL_TYPE_CHOICES
--
https://code.launchpad.net/~r00ta/maas/+git/maas/+merge/442597
Your team MAAS Committers is subscribed to branch maas:master.
--
Mailing list: https://launchpad.net/~sts-sponsors
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sts-sponsors
More help : https://help.launchpad.net/ListHelp