mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
fuckin codespell.
also don't double run tests
This commit is contained in:
parent
1715043c01
commit
50005d33e5
3 changed files with 5 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -2,6 +2,8 @@ name: Lint
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -2,6 +2,8 @@ name: Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
@ -138,7 +138,7 @@ def _resolve_hdmf(
|
|||
namespace: Path | NamespaceRepo | Namespaces, path: Optional[Path] = None
|
||||
) -> Optional[NamespacesAdapter]:
|
||||
if path is None and isinstance(namespace, Namespaces):
|
||||
# cant get any more information from already-loaded namespaces without a path
|
||||
# can't get any more information from already-loaded namespaces without a path
|
||||
return None
|
||||
|
||||
if isinstance(namespace, NamespaceRepo):
|
||||
|
|
Loading…
Reference in a new issue