Skip to content
Snippets Groups Projects
Commit c64de639 authored by Garrett Bates's avatar Garrett Bates
Browse files

Reorganized import statements.

parent 96e6fc89
No related branches found
No related tags found
1 merge request!3Main UI and miscellaneous associated widgets
import sys import sys
from PySide2 import QtWidgets from PySide2 import QtWidgets
from sohstationviewer.view.mainwindow import MainWindow from sohstationviewer.view.mainwindow import MainWindow
......
from PySide2 import QtWidgets from PySide2 import QtWidgets
from sohstationviewer.view.ui.calendar_ui import Ui_CalendarDialog from sohstationviewer.view.ui.calendar_ui import Ui_CalendarDialog
......
import pathlib import pathlib
from PySide2 import QtCore, QtGui, QtWidgets from PySide2 import QtCore, QtGui, QtWidgets
from sohstationviewer.view.ui.main_ui import Ui_MainWindow from sohstationviewer.view.ui.main_ui import Ui_MainWindow
from sohstationviewer.view.calendardialog import CalendarDialog from sohstationviewer.view.calendardialog import CalendarDialog
from sohstationviewer.view.calendarwidget import CalendarWidget from sohstationviewer.view.calendarwidget import CalendarWidget
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment