Incorporate PR #162

#162 Temporarily suppress flake8 testing of social_graph_snippets.py
pull/93/head
cclauss 2018-06-10 10:29:54 +02:00 committed by GitHub
parent 4df0a63ce2
commit d4e9f70a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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