Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes authored Apr 25, 2019
1 parent fea2f57 commit f59deef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web3/providers/ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def __init__(self, ipc_path=None, timeout=10, *args, **kwargs):
else:
raise TypeError("ipc_path must be of type string or pathlib.Path")


self.timeout = timeout
self._lock = threading.Lock()
self._socket = PersistantSocket(self.ipc_path)
Expand Down

0 comments on commit f59deef

Please sign in to comment.