Skip to content

Commit

Permalink
precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Dec 4, 2024
1 parent e20789f commit b92029f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SCHEMAS_PATH = RESOURCES_PATH / "schemas" / "stsci.edu" / "asdf"
DOCS_PATH = ROOT_PATH / "docs" / "source"
DOCS_SCHEMAS_PATH = DOCS_PATH
DOCS_SCHEMAS_LIST = ['astronomy.rst', 'core.rst', 'legacy.rst', 'yaml_schema.rst']
DOCS_SCHEMAS_LIST = ["astronomy.rst", "core.rst", "legacy.rst", "yaml_schema.rst"]
YAML_SCHEMA_PATH = RESOURCES_PATH / "schemas" / "stsci.edu" / "yaml-schema"

MANIFESTS_PATH = RESOURCES_PATH / "manifests" / "asdf-format.org" / "core"
Expand Down
5 changes: 3 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import pytest
import glob

import pytest
from common import (
DOCS_SCHEMAS_PATH,
DOCS_SCHEMAS_LIST,
DOCS_SCHEMAS_PATH,
MANIFEST_ID_PREFIX,
MANIFESTS_PATH,
METASCHEMA_ID,
Expand Down

0 comments on commit b92029f

Please sign in to comment.