We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e58465 commit e2ec545Copy full SHA for e2ec545
src/smpp/transport/connection.py
@@ -34,7 +34,6 @@ class ConnectionState(Enum):
34
BOUND_TX = 'BOUND_TX'
35
BOUND_RX = 'BOUND_RX'
36
BOUND_TRX = 'BOUND_TRX'
37
- UNBINDING = 'UNBINDING'
38
39
40
class SMPPConnection:
0 commit comments