Skip to content

Commit

Permalink
Reformat imports
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Feb 8, 2024
1 parent c4a86e6 commit 34a2ca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev_tools/globals/nxdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class definitions (the NXDL namespace).
can only be done for NXDL files in subdirectories.
"""
import os
from subprocess import CalledProcessError
from subprocess import run
from subprocess import CalledProcessError, run
from typing import Optional

from .directories import get_nxdl_version_file
Expand Down

0 comments on commit 34a2ca9

Please sign in to comment.