diff --git a/plinth/modules/rssbridge/tests/test_functional.py b/plinth/modules/rssbridge/tests/test_functional.py index 53b2e466f..39931ac79 100644 --- a/plinth/modules/rssbridge/tests/test_functional.py +++ b/plinth/modules/rssbridge/tests/test_functional.py @@ -4,11 +4,7 @@ Functional, browser based tests for RSS-Bridge app. """ import json -import ssl import subprocess -import urllib - -import pytest from plinth.tests import functional