Skip to content

Commit

Permalink
Remove 'TcpHandle.available' property
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Oct 4, 2019
1 parent 5f833fb commit ec6c279
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions adb_shell/tcp_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@ def __init__(self, serial, default_timeout_s=None):

self._connection = None

@property
def available(self):
"""Whether the socket connection has been created.
Returns
-------
bool
Whether the connection has been created
"""
return bool(self._connection)

def close(self):
"""Close the socket connection.
Expand Down

0 comments on commit ec6c279

Please sign in to comment.