Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5424 committed Apr 9, 2024
1 parent dd977d2 commit cf69cfc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/plotting/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
from pathlib import Path
from unittest import TestCase

try:
from PySide6.QtGui import QImage
except ImportError:
QImage = None
from PySide6.QtGui import QImage

from agility.analysis import GBStructure
from agility.plotting import render_ovito
Expand Down

0 comments on commit cf69cfc

Please sign in to comment.