Skip to content

Commit

Permalink
Removed 'with_identity' from glclient.pyi.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy808 committed May 13, 2024
1 parent d96b44e commit 9e6acde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/gl-client-py/glclient/glclient.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class Credentials:
@staticmethod
def nobody_with(cert: bytes, key: bytes, ca: bytes) -> Credentials: ...
@staticmethod
def with_identity(cert: bytes, key: bytes) -> Credentials: ...
@staticmethod
def from_bytes(data: bytes) -> Credentials: ...
@staticmethod
def from_path(path: str) -> Credentials: ...
Expand Down

0 comments on commit 9e6acde

Please sign in to comment.