1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-04-06 13:44:42 -04:00

remove unneccessary and unused tsstats.client.Client.__getitem__

This commit is contained in:
Thor77 2016-06-12 18:43:20 +02:00
parent 123370554a
commit 850d3463ce

View file

@ -131,6 +131,3 @@ class Client(object):
def __str__(self):
return '<{},{}>'.format(self.identifier, self.nick)
def __getitem__(self, item):
return self.__getattribute__(item)