Fix up minor typing issues.

This commit is contained in:
Mike Auty
2018-08-29 23:29:00 +01:00
parent 303c63da68
commit 059be517fc
3 changed files with 3 additions and 1 deletions
@@ -90,6 +90,7 @@ class ReferenceTemplate(interfaces.objects.Template):
size = property(_unresolved) # type: typing.ClassVar[typing.Any]
replace_child = _unresolved # type: typing.ClassVar[typing.Any]
relative_child_offset = _unresolved # type: typing.ClassVar[typing.Any]
has_member = _unresolved # type: typing.ClassVar[typing.Any]
def __call__(self,
context: interfaces.context.ContextInterface,