From 2d947c8d334c3a0c7bb5ccd965a319cce8165e6d Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 18 Oct 2022 20:26:41 +0000 Subject: [PATCH] flake8 post-isort --- tests/app/delivery/test_send_to_providers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/delivery/test_send_to_providers.py b/tests/app/delivery/test_send_to_providers.py index cf4f9676c..eda4edae3 100644 --- a/tests/app/delivery/test_send_to_providers.py +++ b/tests/app/delivery/test_send_to_providers.py @@ -36,7 +36,6 @@ from tests.app.db import ( # create_service,; create_service_with_defined_sms_s # from requests import HTTPError - def setup_function(_function): # pytest will run this function before each test. It makes sure the # state of the cache is not shared between tests.