Skip to content

Commit 73c5bac

Browse files
committed
docs-formatting: Reordered imports
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent c1d07f2 commit 73c5bac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/cfengine_cli/docs_formatting.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88
the CFEngine CLI.
99
"""
1010

11-
from cfbs.pretty import pretty_file
12-
from cfengine_cli.utils import UserError
11+
import os
1312
import json
1413
from shutil import which
15-
import markdown_it
16-
import os
1714
import subprocess
1815

16+
import markdown_it
17+
from cfbs.pretty import pretty_file
18+
19+
from cfengine_cli.utils import UserError
20+
1921

2022
IGNORED_DIRS = [".git"]
2123

0 commit comments

Comments
 (0)