Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Oct 31, 2022
1 parent 588336a commit 63cf159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset_image_annotator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from PySide6.QtGui import QPixmap, QScreen, QIcon
from PySide6.QtUiTools import QUiLoader
from PySide6.QtWidgets import (
QApplication, QLabel, QGraphicsScene, QFileDialog, QFileSystemModel, QListView, QFileIconProvider
QApplication, QGraphicsScene, QFileDialog, QFileSystemModel, QListView, QFileIconProvider
)


Expand Down

0 comments on commit 63cf159

Please sign in to comment.