mirror of https://github.com/scrapy/scrapy.git
Run black.
This commit is contained in:
parent
5bf0e1d1db
commit
8d917c0b55
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
from io import StringIO
|
||||
from unittest.mock import Mock, call, PropertyMock, patch
|
||||
from unittest.mock import Mock, PropertyMock, call, patch
|
||||
|
||||
from scrapy.commands.check import Command, TextTestResult
|
||||
from tests.test_commands import CommandTest
|
||||
|
|
|
|||
Loading…
Reference in New Issue