From 2380f96531630aa203c7db9a188a5d2d3d6a1f50 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 14 Dec 2020 18:43:34 -0500 Subject: [PATCH] flake8 --- tests/commands/test_checkall.py | 2 -- tests/commands/test_updatedocs.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/commands/test_checkall.py b/tests/commands/test_checkall.py index 4aaa1f47..6454550a 100644 --- a/tests/commands/test_checkall.py +++ b/tests/commands/test_checkall.py @@ -1,5 +1,3 @@ -from unittest.mock import patch - import pytest from scrapy.cmdline import execute diff --git a/tests/commands/test_updatedocs.py b/tests/commands/test_updatedocs.py index 6ed66db5..ac1bf9d6 100644 --- a/tests/commands/test_updatedocs.py +++ b/tests/commands/test_updatedocs.py @@ -1,5 +1,3 @@ -from unittest.mock import patch - import pytest from scrapy.cmdline import execute