diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-03 12:11:12 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-03 12:11:12 -0800 |
| commit | fa30d44cbb5c902bd3be1883f5b3046dbbc60ff5 (patch) | |
| tree | 81a4a63f38986b4f68861ae2cc87273049b3248d /test/test_wikiget.py | |
| parent | 3171aafaa6e65d83b18cdf35f843fd5b6bffbb02 (diff) | |
| download | wikiget-fa30d44cbb5c902bd3be1883f5b3046dbbc60ff5.tar.gz wikiget-fa30d44cbb5c902bd3be1883f5b3046dbbc60ff5.zip | |
Code cleanup
Diffstat (limited to 'test/test_wikiget.py')
| -rw-r--r-- | test/test_wikiget.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
