File tree Expand file tree Collapse file tree 8 files changed +10
-55
lines changed
Expand file tree Collapse file tree 8 files changed +10
-55
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88# directory of this repository or package, or at
99# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
1010#
11- # pylint: disable=R0913,C0301
11+ # pylint: disable=R0913,C0301,R0917
1212"""
1313Restate Context
1414"""
Original file line number Diff line number Diff line change 88# directory of this repository or package, or at
99# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
1010#
11+
12+ # pylint: disable=R0917
1113"""
1214This module contains the definition of the Handler class,
1315which is used to define the handlers for the services.
Original file line number Diff line number Diff line change 88# directory of this repository or package, or at
99# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
1010#
11+ # pylint: disable=R0917
1112"""
1213This module defines the Service class for representing a restate service.
1314"""
Original file line number Diff line number Diff line change 88# directory of this repository or package, or at
99# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
1010#
11+ # pylint: disable=R0917
1112"""This module contains the restate context implementation based on the server"""
1213
1314from datetime import timedelta
Original file line number Diff line number Diff line change 88# directory of this repository or package, or at
99# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
1010#
11+
12+ # pylint: disable=R0917
1113"""
1214This module defines the Service class for representing a restate service.
1315"""
Original file line number Diff line number Diff line change 1111"""
1212wrap the restate._internal.PyVM class
1313"""
14- # pylint: disable=E1101
14+ # pylint: disable=E1101,R0917
1515
1616from dataclasses import dataclass
1717import typing
Original file line number Diff line number Diff line change 88# directory of this repository or package, or at
99# https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
1010#
11+
12+ # pylint: disable=R0917
1113"""
1214This module defines the Service class for representing a restate service.
1315"""
You can’t perform that action at this time.
0 commit comments