Skip to content

Commit

Permalink
Remove unrelated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jun 21, 2023
1 parent 62333f2 commit 494a930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Framework.py
Expand Up @@ -348,7 +348,6 @@ def assertWarnings(self, warning, *expecteds):
@contextlib.contextmanager
def ignoreWarning(self, category=Warning, module=""):
with warnings.catch_warnings():
# we ignore InsecureRequestWarning from urllib3.connectionpool
warnings.filterwarnings("ignore", category=category, module=module)
yield

Expand Down

0 comments on commit 494a930

Please sign in to comment.