Skip to content

Commit

Permalink
Fix isort issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 23, 2024
1 parent eba40f1 commit 398c0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pictures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 398c0a3

Please sign in to comment.