Fixed a few return types of internal calls.

This commit is contained in:
Eric Froemling 2020-04-10 00:47:01 -07:00
parent b2f70fb2af
commit 07f538fb0b
2 changed files with 3 additions and 2 deletions

View File

@ -1216,6 +1216,7 @@
<w>painttxtattr</w>
<w>palmos</w>
<w>pandoc</w>
<w>pandroid</w>
<w>parsermodule</w>
<w>partyqueue</w>
<w>partyval</w>

View File

@ -1999,7 +1999,7 @@ def get_display_resolution() -> Tuple[int, int]:
def get_foreground_host_activity() -> ba.Activity:
"""get_foreground_host_activity() -> ba.Activity
"""get_foreground_host_activity() -> Optional[ba.Activity]
(internal)
@ -2011,7 +2011,7 @@ def get_foreground_host_activity() -> ba.Activity:
def get_foreground_host_session() -> ba.Session:
"""get_foreground_host_session() -> ba.Session
"""get_foreground_host_session() -> Optional[ba.Session]
(internal)