Skip to content

Commit

Permalink
autorelease: slightly improve import style
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Aug 24, 2022
1 parent b61c2d0 commit e22aaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupsrc/pl_setup/autorelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
)

sys.path.insert(0, dirname(dirname(abspath(__file__))))
from pl_setup.update_pdfium import get_latest_version
from pl_setup.packaging_base import (
run_cmd,
set_version,
Expand All @@ -29,7 +30,6 @@
VersionFile,
VerNamespace,
)
from pl_setup.update_pdfium import get_latest_version


AutoreleaseDir = join(SourceTree, "autorelease")
Expand Down

0 comments on commit e22aaaa

Please sign in to comment.