We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31923a commit abba1f3Copy full SHA for abba1f3
src/neptune_query/_internal.py
@@ -22,11 +22,11 @@
22
23
import pandas as pd
24
25
-from neptune_query import (
+from neptune_query import filters
26
+from neptune_query.exceptions import (
27
+ NeptuneProjectNotProvided,
28
NeptuneUserError,
- filters,
29
)
-from neptune_query.exceptions import NeptuneProjectNotProvided
30
from neptune_query.internal import filters as _filters
31
from neptune_query.internal.context import get_context
32
from neptune_query.internal.identifiers import ProjectIdentifier
0 commit comments