Skip to content

Commit 0245e47

Browse files
author
unknown
committed
cleanup docs, up version
1 parent 0c51ff2 commit 0245e47

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="galaxy.plugin.api",
5-
version="0.63",
5+
version="0.64",
66
description="GOG Galaxy Integrations Python API",
77
author='Galaxy team',
88
author_email='galaxy@gog.com',

src/galaxy/api/plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,11 +1039,9 @@ def local_size_import_complete(self) -> None:
10391039
"""Override this method to handle operations after local game size import is finished (like updating cache)."""
10401040

10411041
async def get_subscriptions(self) -> List[Subscription]:
1042-
"""Override this method to return a list of available
1042+
"""Override this method to return a list of
10431043
Subscriptions available on platform.
10441044
This method is called by the GOG Galaxy Client.
1045-
1046-
Example of possible override of the method:
10471045
"""
10481046
raise NotImplementedError()
10491047

0 commit comments

Comments
 (0)