mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
Apply isort changes to setup.py
This commit is contained in:
6
setup.py
6
setup.py
@@ -57,6 +57,7 @@ from setuptools import (
|
||||
from setuptools.command.install import install
|
||||
from setuptools.dist import Distribution
|
||||
|
||||
|
||||
try:
|
||||
from setuptools.command.build import build
|
||||
except ImportError:
|
||||
@@ -401,7 +402,10 @@ class picard_build_ui(Command):
|
||||
if newer(uifile, pyfile):
|
||||
compile_ui(uifile, pyfile)
|
||||
|
||||
from resources import compile, makeqrc
|
||||
from resources import (
|
||||
compile,
|
||||
makeqrc,
|
||||
)
|
||||
makeqrc.main()
|
||||
compile.main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user