get rid of superfluous init
parent
69df93b81a
commit
647a7744fb
|
|
@ -22,9 +22,6 @@ def tor_browser_binary_path():
|
||||||
|
|
||||||
|
|
||||||
class Grattoir(object):
|
class Grattoir(object):
|
||||||
def __init__(self):
|
|
||||||
self._driver = None
|
|
||||||
|
|
||||||
def __enter__(self):
|
def __enter__(self):
|
||||||
self._driver = None
|
self._driver = None
|
||||||
p_path = tor_profile()
|
p_path = tor_profile()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue