Skip to content

Commit

Permalink
fixed excpetions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Baktir committed Aug 19, 2020
1 parent 86e4175 commit 556d38c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nxneo4j/base_graph.py
Original file line number Diff line number Diff line change
@@ -1,8 1,4 @@
class NetworkXException(Exception):
"""Base class for exceptions in NetworkX."""

class NetworkXError(NetworkXException):
"""Exception for a serious error in NetworkX"""
from .exceptions import *

class NodeView:
def __init__(self, graph):
Expand Down

0 comments on commit 556d38c

Please sign in to comment.