mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
Incorporate PR #162
#162 Temporarily suppress flake8 testing of social_graph_snippets.py
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
# flake8: noqa # Until issue #148 is resolved
|
||||||
|
|
||||||
class Graph(object):
|
class Graph(object):
|
||||||
|
|
||||||
def bfs(self, source, dest):
|
def bfs(self, source, dest):
|
||||||
|
|||||||
Reference in New Issue
Block a user