Skip to content

Commit abba1f3

Browse files
committed
fix circular import
1 parent e31923a commit abba1f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/neptune_query/_internal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222

2323
import pandas as pd
2424

25-
from neptune_query import (
25+
from neptune_query import filters
26+
from neptune_query.exceptions import (
27+
NeptuneProjectNotProvided,
2628
NeptuneUserError,
27-
filters,
2829
)
29-
from neptune_query.exceptions import NeptuneProjectNotProvided
3030
from neptune_query.internal import filters as _filters
3131
from neptune_query.internal.context import get_context
3232
from neptune_query.internal.identifiers import ProjectIdentifier

0 commit comments

Comments
 (0)