From f5854b7e22b0a82f6c59c0ee1a7fcb05c324f2f3 Mon Sep 17 00:00:00 2001 From: domna Date: Thu, 8 Feb 2024 21:00:33 +0100 Subject: [PATCH] Black reformatting --- dev_tools/globals/nxdl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_tools/globals/nxdl.py b/dev_tools/globals/nxdl.py index f5a9ee2364..89850262f3 100644 --- a/dev_tools/globals/nxdl.py +++ b/dev_tools/globals/nxdl.py @@ -8,6 +8,7 @@ class definitions (the NXDL namespace). relative URI "../nxdl.xsd" which means validation can only be done for NXDL files in subdirectories. """ + import os from subprocess import CalledProcessError, run from typing import Optional