Skip to content

Commit

Permalink
Fixes after renameing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Mar 28, 2024
1 parent 95bad25 commit e91095e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/neptune_fetcher/fetchable.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Union,
)

from neptune.common.warnings import NeptuneUnsupportedType
from neptune.internal.warnings import NeptuneUnsupportedType
from neptune.internal.backends.api_model import Attribute
from neptune.internal.container_type import ContainerType

Expand Down
2 changes: 1 addition & 1 deletion src/neptune_fetcher/read_only_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
conform_optional,
)
from neptune.management.internal.utils import normalize_project_name
from neptune.metadata_containers.utils import prepare_nql_query
from neptune.objects.utils import prepare_nql_query
from neptune.table import Table
from neptune.typing import ProgressBarType

Expand Down

0 comments on commit e91095e

Please sign in to comment.