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
|
pass
|
||||||
|
|
||||||
class IServer(Server):
|
class IServer(Server):
|
||||||
bot: IBot
|
bot: "IBot"
|
||||||
disconnected: bool
|
disconnected: bool
|
||||||
params: ConnectionParams
|
params: ConnectionParams
|
||||||
desired_caps: Set[ICapability]
|
desired_caps: Set[ICapability]
|
||||||
|
|
Loading…
Add table
Reference in a new issue