Skip to content

Commit

Permalink
re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Aug 1, 2024
1 parent 30072ac commit ce49c92
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cylc/sphinx_ext/metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
import os
from pathlib import Path
from docutils import nodes
from docutils.statemachine import ViewList
import json
import os
from pathlib import Path
from sphinx.util.docutils import SphinxDirective
# from cylc.flow.config import WorkflowConfig
# from cylc.flow.cfgspec.glbl_cfg import glbl_cfg
from docutils.statemachine import ViewList
from sphinx.util.nodes import nested_parse_with_titles
from subprocess import run

Expand Down

0 comments on commit ce49c92

Please sign in to comment.