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():