Skip to content

Commit e2ec545

Browse files
committed
chore: remove unused code
1 parent 1e58465 commit e2ec545

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/smpp/transport/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class ConnectionState(Enum):
3434
BOUND_TX = 'BOUND_TX'
3535
BOUND_RX = 'BOUND_RX'
3636
BOUND_TRX = 'BOUND_TRX'
37-
UNBINDING = 'UNBINDING'
3837

3938

4039
class SMPPConnection:

0 commit comments

Comments
 (0)