Incorporate PR #162
#162 Temporarily suppress flake8 testing of social_graph_snippets.pypull/93/head
parent
4df0a63ce2
commit
d4e9f70a51
|
@ -1,5 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# flake8: noqa # Until issue #148 is resolved
|
||||
|
||||
class Graph(object):
|
||||
|
||||
def bfs(self, source, dest):
|
||||
|
|
Loading…
Reference in New Issue