diff options
Diffstat (limited to 'ipapython/graph.py')
-rw-r--r-- | ipapython/graph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/graph.py b/ipapython/graph.py index 90c8b34c9..11c2a088c 100644 --- a/ipapython/graph.py +++ b/ipapython/graph.py @@ -4,7 +4,7 @@ from collections import deque -class Graph(object): +class Graph: """ Simple oriented graph structure |