Skip to content
Snippets Groups Projects
Commit 3814905a authored by Daniel Playle's avatar Daniel Playle Committed by Jürg Billeter
Browse files

Reorder app.py imports

When testing locally on some systems, it appears that pylint fails on
the order of imports for `buildstream/_frontend/app.py`. This commit
changes the order of these imports.

This commit addresses issue !453.
parent 26b9f6fa
No related branches found
No related tags found
Loading
Pipeline #26100697 passed
......@@ -17,17 +17,16 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
from contextlib import contextmanager
import os
import sys
import resource
import traceback
import datetime
from textwrap import TextWrapper
from contextlib import contextmanager
from blessings import Terminal
import click
from click import UsageError
from blessings import Terminal
# Import buildstream public symbols
from .. import Scope
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment