From ac9332dbad7194f57abb86dab251b5488d7332cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czy=C5=BC?= Date: Fri, 23 Feb 2024 21:57:11 +0100 Subject: [PATCH] Remove unnecessary import --- conftest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conftest.py b/conftest.py index 6ca754b..8e6aa03 100644 --- a/conftest.py +++ b/conftest.py @@ -3,10 +3,6 @@ import pytest -import matplotlib - -matplotlib.use("Agg") - @dataclasses.dataclass class TurnOnTestSuiteArgument: