mirror of https://github.com/scrapy/scrapy.git
Flake8 adjustments
This commit is contained in:
parent
bbfa185664
commit
c8c1edd43b
|
|
@ -1,6 +1,6 @@
|
|||
import unittest
|
||||
from unittest import mock
|
||||
from warnings import catch_warnings, filterwarnings
|
||||
from warnings import catch_warnings
|
||||
|
||||
from scrapy.exceptions import ScrapyDeprecationWarning
|
||||
from scrapy.item import ABCMeta, DictItem, Field, Item, ItemMeta
|
||||
|
|
@ -318,6 +318,5 @@ class DictItemTest(unittest.TestCase):
|
|||
self.assertEqual(warnings[0].category, ScrapyDeprecationWarning)
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Reference in New Issue