Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Nov 23, 2023
1 parent 7a98b7f commit 8f38430
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions conda_smithy/validate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
from jsonschema.exceptions import ValidationError

CONDA_FORGE_YAML_DEFAULTS_FILE = (
Path(__file__).resolve().parent
/ "data"
/ f"conda-forge.yml"
Path(__file__).resolve().parent / "data" / f"conda-forge.yml"
)

CONDA_FORGE_YAML_SCHEMA_FILE = (
Path(__file__).resolve().parent
/ "data"
/ f"conda-forge.json"
Path(__file__).resolve().parent / "data" / f"conda-forge.json"
)


Expand Down

0 comments on commit 8f38430

Please sign in to comment.