IBot isn't defined yet
This commit is contained in:
parent
4831ec88fb
commit
079460dd35
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class IMatchResponseParam(object):
|
|||
pass
|
||||
|
||||
class IServer(Server):
|
||||
bot: IBot
|
||||
bot: "IBot"
|
||||
disconnected: bool
|
||||
params: ConnectionParams
|
||||
desired_caps: Set[ICapability]
|
||||
|
|
Loading…
Reference in a new issue