Commit 014827bb authored by Xavier Thompson's avatar Xavier Thompson

cli/format: Remove tracing_monkeypatch

parent f8e9882c
......@@ -33,7 +33,7 @@ import argparse
from slapos.cli.command import check_root_user
from slapos.cli.config import ConfigCommand
from slapos.format import do_format, FormatConfig, tracing_monkeypatch, UsageError
from slapos.format import do_format, FormatConfig, UsageError
from slapos.util import string_to_boolean
class FormatCommand(ConfigCommand):
......@@ -117,6 +117,4 @@ class FormatCommand(ConfigCommand):
sys.stderr.write("For help use --help\n")
sys.exit(1)
tracing_monkeypatch(conf)
do_format(conf=conf)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment