get rid of superfluous init

main
mmalter 2025-02-10 21:31:55 +01:00
parent 69df93b81a
commit 647a7744fb
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ def tor_browser_binary_path():
class Grattoir(object):
def __init__(self):
self._driver = None
def __enter__(self):
self._driver = None
p_path = tor_profile()