Skip to content

Commit 7c4de21

Browse files
committed
fix(typing): duplicate variable
1 parent 72ba904 commit 7c4de21

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

python/tryx/exceptions.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
class FailedBuildClient(Exception):
44
"""Raised when the automation client cannot be initialized."""
55

6-
# Backward-compatible alias.
7-
FailedBuildBot = FailedBuildClient
8-
96
class FailedToDecodeProto(Exception):
107
"""Raised when protobuf payload decoding fails."""
118

0 commit comments

Comments
 (0)