Skip to content
Snippets Groups Projects
Commit e78c1686 authored by Adam Williamson's avatar Adam Williamson Committed by Adam Williamson
Browse files

test_listing: flake8 check

parent 4ef5fcb4
No related branches found
No related tags found
No related merge requests found
import unittest
import pytest
import logging
import requests
import responses
import json
import mwclient
from mwclient.listing import List, GeneratorList
......@@ -201,5 +197,6 @@ class TestList(unittest.TestCase):
assert type(vals[1]) == mwclient.image.Image
assert type(vals[2]) == mwclient.listing.Category
if __name__ == '__main__':
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment