Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoomro committed Aug 7, 2023
1 parent 79af80e commit 43cc0ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/StormViewer/gui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from PyQt6 import QtCore
from PyQt6.QtWidgets import QApplication, QWidget, QGridLayout, QFileDialog, QMainWindow
from PyQt6.QtWidgets import QApplication, QWidget, QGridLayout, QFileDialog
from PyQt6.QtCore import QObject, QThreadPool, QRunnable, Qt
from PyQt6.QtGui import QIcon
import os
Expand Down
2 changes: 0 additions & 2 deletions src/StormViewer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from matplotlib import pyplot as plt
import seaborn as sns
from tempfile import NamedTemporaryFile
import os
from typing import Union


class POLine:
Expand Down
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
import os
import pandas as pd
from tuflow_ensemble import te, logger
from StormViewer import te, logger
import pathlib

wd = pathlib.Path(__file__).parent.resolve()
Expand Down

0 comments on commit 43cc0ce

Please sign in to comment.