Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from lincbrain/ak-mark
Browse files Browse the repository at this point in the history
Resolve one other test import for CLI integration tests
  • Loading branch information
aaronkanzer authored Jan 31, 2024
2 parents edbd89c + a0134c3 commit 41e5b83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lincbrain/cli/tests/test_cmd_ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from dandischema.consts import DANDI_SCHEMA_VERSION
import pytest

from dandi.tests.skip import mark
from lincbrain.tests.skip import mark

from ..cmd_ls import ls
from ...utils import yaml_load
Expand Down
8 changes: 4 additions & 4 deletions tools/update-assets-on-server
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ import click
from dandischema.consts import DANDI_SCHEMA_VERSION
import requests

from dandi.dandiapi import DandiAPIClient
from dandi.metadata import get_default_metadata, nwb2asset
from dandi.misctypes import Digest
from dandi.support.digests import get_digest
from lincbrain.dandiapi import DandiAPIClient
from lincbrain.metadata import get_default_metadata, nwb2asset
from lincbrain.misctypes import Digest
from lincbrain.support.digests import get_digest

logging.basicConfig(
stream=sys.stdout,
Expand Down

0 comments on commit 41e5b83

Please sign in to comment.