From 398c0a3b6b9a2267c883d56980ada664a17a7892 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Tue, 23 Jul 2024 23:56:05 +0200 Subject: [PATCH] Fix isort issue --- tests/test_pictures.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_pictures.py b/tests/test_pictures.py index 7e4a1bfd..072a5ed4 100644 --- a/tests/test_pictures.py +++ b/tests/test_pictures.py @@ -2,9 +2,10 @@ import os +import matplotlib.pyplot as plt + from pylatex import Document, Section from pylatex.figure import Figure -import matplotlib.pyplot as plt def test_add_image():