summaryrefslogtreecommitdiffstats
path: root/bin/crashreportScraper.py
diff options
context:
space:
mode:
authorLeSasse <l.sasse@fz-juelich.de>2024-03-27 09:39:49 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-28 08:45:01 +0100
commit623ae0a44f55ca4bf6f99a0ea0e0dbe55a95ec67 (patch)
tree96ebbb0c472e7b46951faa4f8d164027d7880389 /bin/crashreportScraper.py
parenttdf#158803 filename is undefined, should be self.root (diff)
downloadcore-623ae0a44f55ca4bf6f99a0ea0e0dbe55a95ec67.tar.gz
core-623ae0a44f55ca4bf6f99a0ea0e0dbe55a95ec67.zip
tdf#158803 remove unused maths import
Change-Id: I1d3d687a470ff5d197d8b9d174d37163319f121b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165373 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin/crashreportScraper.py')
-rwxr-xr-xbin/crashreportScraper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/crashreportScraper.py b/bin/crashreportScraper.py
index 6ce91bcba189..37636f2c462e 100755
--- a/bin/crashreportScraper.py
+++ b/bin/crashreportScraper.py
@@ -15,7 +15,6 @@ import requests
from bs4 import BeautifulSoup
import sys
import os
-import math
from datetime import datetime
import urllib.parse
import re