Skip to content

Commit

Permalink
add annotation for BaseUser
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan1lD committed Aug 22, 2022
1 parent cdf2ac5 commit 4779cba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/model/base_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from lazy import lazy

from core.descriptions.descriptions import Descriptions
from core.model.queued_objects.limited_queued_hashable_objects_description import \
LimitedQueuedHashableObjectsDescription
from core.model.queued_objects.limited_queued_hashable_objects import LimitedQueuedHashableObjects, \
Expand All @@ -24,6 +25,7 @@ class BaseUser(Model):
variables: Variables
private_vars: Variables
local_vars: Variables
descriptions: Descriptions

def __init__(self, id, message, values, descriptions, load_error=False):
self.id = id
Expand Down

0 comments on commit 4779cba

Please sign in to comment.