Skip to content

Commit

Permalink
Updating stub files to PTSL 5
Browse files Browse the repository at this point in the history
Also removing version data from source
  • Loading branch information
iluvcapra committed Nov 22, 2024
1 parent 18d929d commit f24978f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ptsl/PTSL_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import grpc
import warnings

from . import PTSL_pb2 as PTSL__pb2
from . from . from . import PTSL_pb2 as PTSL__pb2

GRPC_GENERATED_VERSION = '1.64.1'
GRPC_VERSION = grpc.__version__
Expand Down
1 change: 0 additions & 1 deletion ptsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
from .engine import Engine, open_engine
from .errors import CommandError

__version__ = '401.0.0'

0 comments on commit f24978f

Please sign in to comment.