Skip to content

Commit ce49c92

Browse files
committed
re-order imports
1 parent 30072ac commit ce49c92

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cylc/sphinx_ext/metadata/__init__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
# -----------------------------------------------------------------------------
18-
import os
19-
from pathlib import Path
2018
from docutils import nodes
19+
from docutils.statemachine import ViewList
2120
import json
21+
import os
22+
from pathlib import Path
2223
from sphinx.util.docutils import SphinxDirective
23-
# from cylc.flow.config import WorkflowConfig
24-
# from cylc.flow.cfgspec.glbl_cfg import glbl_cfg
25-
from docutils.statemachine import ViewList
2624
from sphinx.util.nodes import nested_parse_with_titles
2725
from subprocess import run
2826

0 commit comments

Comments
 (0)