diff --git a/solutions/system_design/social_graph/social_graph_snippets.py b/solutions/system_design/social_graph/social_graph_snippets.py index 8a83f74827..4b358102dd 100644 --- a/solutions/system_design/social_graph/social_graph_snippets.py +++ b/solutions/system_design/social_graph/social_graph_snippets.py @@ -1,4 +1,7 @@ # -*- coding: utf-8 -*- + +# flake8: noqa # Until issue #148 is resolved + from collections import deque