Skip to content

Commit

Permalink
There is no inherit benefit in using __slots__.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Jul 12, 2014
1 parent 2f22404 commit 0a0267c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyzor/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ def __del__(self):


class ClientRunner(object):
__slots__ = ['routine', 'all_ok', 'log']

def __init__(self, routine):
self.log = logging.getLogger("pyzor")
Expand Down

0 comments on commit 0a0267c

Please sign in to comment.