Skip to content

Commit

Permalink
Temporarily supress flake8 testing of social_graph_snippets.py
Browse files Browse the repository at this point in the history
Allows donnemartin#93 to be merged and the Travis CI tests to pass even before a solution to donnemartin#148 is proposed.
  • Loading branch information
cclauss committed May 30, 2018
1 parent ad40b8e commit 9820a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solutions/system_design/social_graph/social_graph_snippets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-

# flake8: noqa # Until issue #148 is resolved

from collections import deque


Expand Down

0 comments on commit 9820a04

Please sign in to comment.