Remove #noqa

pull/93/head
cclauss 2018-07-13 14:01:10 +02:00 committed by GitHub
parent d4e9f70a51
commit 36d7a83f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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