From 647a7744fb8070b67c49b673d56edff5587a7825 Mon Sep 17 00:00:00 2001 From: mmalter Date: Mon, 10 Feb 2025 21:31:55 +0100 Subject: [PATCH] get rid of superfluous init --- grattoir/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/grattoir/__init__.py b/grattoir/__init__.py index 0556da0..5b09e9f 100644 --- a/grattoir/__init__.py +++ b/grattoir/__init__.py @@ -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()