Reorder imports (PEP-8)

This commit is contained in:
Hugo Posnic 2019-02-21 16:25:15 +01:00
parent 1ecff8b3d9
commit fa94b546fb
2 changed files with 8 additions and 10 deletions

View file

@ -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):