Skip to content

Commit

Permalink
Remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 6, 2023
1 parent eca1a8b commit 086eec9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions damnit/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
from pandas.api.types import infer_dtype

from kafka.errors import NoBrokersAvailable
from extra_data.read_machinery import find_proposal

from PyQt5 import QtCore, QtGui, QtWidgets, QtSvg
from PyQt5.QtCore import Qt
from PyQt5.QtWidgets import QFileDialog, QMessageBox, QTabWidget
from PyQt5.QtWidgets import QMessageBox, QTabWidget
from PyQt5.Qsci import QsciScintilla, QsciLexerPython

from ..backend.db import db_path, DamnitDB
Expand Down

0 comments on commit 086eec9

Please sign in to comment.