Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramurgatroyd committed Nov 21, 2023
1 parent 73f419c commit ccdf0fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_SessionDialogs.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import os
import unittest
from pathlib import Path
from unittest import mock
from unittest.mock import patch

from PySide2.QtWidgets import QFileDialog

from eqt.ui.MainWindowWithSessionManagement import MainWindowWithSessionManagement
from eqt.ui.SessionDialogs import (
AppSettingsDialog,
ErrorDialog,
Expand Down

0 comments on commit ccdf0fa

Please sign in to comment.