From fa30d44cbb5c902bd3be1883f5b3046dbbc60ff5 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 3 Jan 2020 12:11:12 -0800 Subject: Code cleanup --- test/test_wikiget.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_wikiget.py') diff --git a/test/test_wikiget.py b/test/test_wikiget.py index 6bd1c9d..cdc0706 100644 --- a/test/test_wikiget.py +++ b/test/test_wikiget.py @@ -51,7 +51,6 @@ def test_file_regex(): """ File regex should return a match object with match groups corresponding to the file prefix and name. - :return: """ i = 'File:Example.jpg' file_match = wikiget.valid_file(i) -- cgit v1.2.3