Skip to content

Commit 0c9c796

Browse files
Format code with isort and black
1 parent 004ca6b commit 0c9c796

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pros/cli/conductor.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
from pros.cli.common import *
21
import os.path
32
from itertools import groupby
4-
from pros.ga.analytics import analytics
53

4+
import pros.common.ui as ui
65
import pros.conductor as c
7-
6+
from pros.cli.common import *
87
from pros.conductor.templates import ExternalTemplate
9-
import pros.common.ui as ui
8+
from pros.ga.analytics import analytics
109

1110

1211
@pros_root
1312
def conductor_cli():
1413
pass
14+
15+
1516
@conductor_cli.group(cls=PROSGroup, aliases=["cond", "c", "conduct"], short_help="Perform project management for PROS")
1617
@default_options
1718
def conductor():

0 commit comments

Comments
 (0)