summaryrefslogtreecommitdiff
path: root/tests/test_aptsources_ports.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_aptsources_ports.py')
-rw-r--r--tests/test_aptsources_ports.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_aptsources_ports.py b/tests/test_aptsources_ports.py
index 67c21b9c..b625b8c4 100644
--- a/tests/test_aptsources_ports.py
+++ b/tests/test_aptsources_ports.py
@@ -31,7 +31,6 @@ class TestAptSourcesPorts(unittest.TestCase):
"8.04")
distro.get_sources(sources)
# test if all suits of the current distro were detected correctly
- dist_templates = set()
for s in sources:
if not s.line.strip() or s.line.startswith("#"):
continue