We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aedd5b commit 1b18412Copy full SHA for 1b18412
neo4j/v1/__init__.py
@@ -18,7 +18,7 @@
18
# See the License for the specific language governing permissions and
19
# limitations under the License.
20
21
-from .bolt import ProtocolError
22
from .constants import *
+from .exceptions import *
23
from .session import *
24
from .types import *
0 commit comments