mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
Reorder imports (PEP-8)
This commit is contained in:
parent
1ecff8b3d9
commit
fa94b546fb
2 changed files with 8 additions and 10 deletions
|
|
@ -1,9 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from os import path
|
||||
|
||||
from PyQt5.QtCore import *
|
||||
from PyQt5.QtGui import *
|
||||
from PyQt5.QtWidgets import *
|
||||
from os import path
|
||||
|
||||
|
||||
class TrimageTableView(QTableView):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue