Skip to content

Commit 1b18412

Browse files
committed
Exception import
1 parent 5aedd5b commit 1b18412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# See the License for the specific language governing permissions and
1919
# limitations under the License.
2020

21-
from .bolt import ProtocolError
2221
from .constants import *
22+
from .exceptions import *
2323
from .session import *
2424
from .types import *

0 commit comments

Comments
 (0)