Skip to content

Commit 4155631

Browse files
Format code with isort and black
1 parent e54887f commit 4155631

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pros/cli/conductor.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
import os.path
22
from itertools import groupby
3-
from pros.ga.analytics import analytics
43

4+
import pros.common.ui as ui
55
import pros.conductor as c
66
from pros.cli.common import *
77
from pros.conductor.templates import ExternalTemplate
8+
from pros.ga.analytics import analytics
89

9-
import pros.common.ui as ui
1010

1111
@pros_root
1212
def conductor_cli():
1313
pass
14+
15+
1416
@conductor_cli.group(cls=PROSGroup, aliases=["cond", "c", "conduct"], short_help="Perform project management for PROS")
1517
@default_options
1618
def conductor():

0 commit comments

Comments
 (0)