Skip to content

Commit

Permalink
change code
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanchobanano committed Sep 7, 2023
1 parent 4dea964 commit 3721e84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion search_engines/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from . import output as out
from . import config as cfg

#
class SearchEngine(object):
'''The base class for all Search Engines.'''
def __init__(self, proxy=cfg.PROXY, timeout=cfg.TIMEOUT, username: str or None = None, password: str or None = None):
Expand Down

0 comments on commit 3721e84

Please sign in to comment.