1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-06 11:00:46 +00:00

Run black.

This commit is contained in:
Andrey Rakhmatullin 2024-03-14 17:44:57 +05:00
parent 5bf0e1d1db
commit 8d917c0b55

View File

@ -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