Incorporate PR #162

#162 Temporarily suppress flake8 testing of social_graph_snippets.py
This commit is contained in:
cclauss
2018-06-10 10:29:54 +02:00
committed by GitHub
parent 4df0a63ce2
commit d4e9f70a51

View File

@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
# flake8: noqa # Until issue #148 is resolved
class Graph(object):
def bfs(self, source, dest):