Run black.

This commit is contained in:
Andrey Rakhmatullin 2024-03-14 17:44:57 +05:00
parent 5bf0e1d1db
commit 8d917c0b55
1 changed files with 1 additions and 1 deletions

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