Skip to content

Commit

Permalink
removing debug sleep import
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Feb 4, 2024
1 parent c4540cd commit 499ec3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bbot/core/helpers/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

log = logging.getLogger("bbot.core.helpers.diff")

from time import sleep


class HttpCompare:
def __init__(self, baseline_url, parent_helper, method="GET", allow_redirects=False, include_cache_buster=True):
Expand Down

0 comments on commit 499ec3e

Please sign in to comment.