Skip to content

Commit 88f4415

Browse files
authored
Pull Request #4: Remove unused "n_connected_agents" class member
2 parents 09590e1 + dae6c10 commit 88f4415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdcclient/_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
class SdcClient:
77
userinfo = None
8-
n_connected_agents = None
98
lasterr = None
109

1110
def __init__(self, token="", sdc_url='https://app.sysdigcloud.com'):

0 commit comments

Comments
 (0)