Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/workflows/services.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion python/restate/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# directory of this repository or package, or at
# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
#
# pylint: disable=R0913,C0301
# pylint: disable=R0913,C0301,R0917
"""
Restate Context
"""
Expand Down
2 changes: 2 additions & 0 deletions python/restate/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# directory of this repository or package, or at
# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
#

# pylint: disable=R0917
"""
This module contains the definition of the Handler class,
which is used to define the handlers for the services.
Expand Down
1 change: 1 addition & 0 deletions python/restate/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# directory of this repository or package, or at
# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
#
# pylint: disable=R0917
"""
This module defines the Service class for representing a restate service.
"""
Expand Down
1 change: 1 addition & 0 deletions python/restate/server_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# directory of this repository or package, or at
# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
#
# pylint: disable=R0917
"""This module contains the restate context implementation based on the server"""

from datetime import timedelta
Expand Down
2 changes: 2 additions & 0 deletions python/restate/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# directory of this repository or package, or at
# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
#

# pylint: disable=R0917
"""
This module defines the Service class for representing a restate service.
"""
Expand Down
2 changes: 1 addition & 1 deletion python/restate/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
wrap the restate._internal.PyVM class
"""
# pylint: disable=E1101
# pylint: disable=E1101,R0917

from dataclasses import dataclass
import typing
Expand Down
2 changes: 2 additions & 0 deletions python/restate/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# directory of this repository or package, or at
# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
#

# pylint: disable=R0917
"""
This module defines the Service class for representing a restate service.
"""
Expand Down