← Back to team overview

curtin-dev team mailing list archive

[Merge] ~dbungert/curtin:is-ci-awake into curtin:master

 

Dan Bungert has proposed merging ~dbungert/curtin:is-ci-awake into curtin:master.

Commit message:
test commit - CI should fail



Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/421171
-- 
Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:is-ci-awake into curtin:master.
diff --git a/curtin/commands/main.py b/curtin/commands/main.py
index df97b7d..678b4ac 100644
--- a/curtin/commands/main.py
+++ b/curtin/commands/main.py
@@ -22,7 +22,6 @@ SUB_COMMAND_MODULES = [
     'unmount', 'version',
 ]
 
-
 def add_subcmd(subparser, subcmd):
     modname = subcmd.replace("-", "_")
     subcmd_full = "curtin.commands.%s" % modname

Follow ups