Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent d05cf7d commit 5826e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions tools/export_schemas.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit 5826e67

Please sign in to comment.