Skip to content

Commit

Permalink
More lints
Browse files Browse the repository at this point in the history
  • Loading branch information
igalshilman committed Oct 4, 2024
1 parent c5743a9 commit d263908
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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

0 comments on commit d263908

Please sign in to comment.