From 5826e67a98368c894012fdec87cae9f9c82858c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:51:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- composition.schema.json | 2 +- tools/export_schemas.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composition.schema.json b/composition.schema.json index 1ae9a55..7a39dd8 100644 --- a/composition.schema.json +++ b/composition.schema.json @@ -138,4 +138,4 @@ "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/callowayproject/project-forge/composition.schema.json" -} \ No newline at end of file +} diff --git a/tools/export_schemas.py b/tools/export_schemas.py index f800906..f6b5a8e 100644 --- a/tools/export_schemas.py +++ b/tools/export_schemas.py @@ -1,10 +1,10 @@ #!/usr/bin/env python3 """Export the schemas for the compositions and patterns.""" import json +from pathlib import Path -from project_forge.configurations.pattern import Pattern from project_forge.configurations.composition import Composition -from pathlib import Path +from project_forge.configurations.pattern import Pattern def main():