python: run isort on everything
[babeltrace.git] / doc / bindings / python / ext / bt2sphinxurl.py
index d76cc1c777406f854f8f2bb3469c87db3ddcfaeb..830e0d1e2c4b3da88c61b5eddad38e31707ea564 100644 (file)
 #
 #         :bt2link:`libbabeltrace2 <https://babeltrace.org/docs/v@ver@/libbabeltrace2/>`
 
-import docutils
-import docutils.utils
-import docutils.nodes
 import re
 import functools
 
+import docutils
+import docutils.nodes
+import docutils.utils
+
 
 def _bt2man_role(
     bt2_version, name, rawtext, text, lineno, inliner, options=None, content=None
This page took 0.022795 seconds and 4 git commands to generate.