From 9eb5b270abb911efb57d3fb691ef166639aecf19 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Mon, 4 Apr 2016 09:45:45 -0500 Subject: [PATCH] Ignore the linting on my sites import --- sites/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/__init__.py b/sites/__init__.py index b9c5c67..adbac1c 100644 --- a/sites/__init__.py +++ b/sites/__init__.py @@ -93,4 +93,4 @@ def get(url): return site_class # And now, the things that will use this: -from . import xenforo, fanfictionnet, deviantart, stash, ao3 +from . import xenforo, fanfictionnet, deviantart, stash, ao3 # noqa