BryanDavis has uploaded a new change for review. https://gerrit.wikimedia.org/r/291185
Change subject: servermon: Fix PEP8 violations ...................................................................... servermon: Fix PEP8 violations * F403 'from django.conf.urls.defaults import *' used; unable to detect undefined names Change-Id: I2695df1d5667dee3924ee434361513749dfbf218 --- M modules/servermon/files/urls.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/85/291185/1 diff --git a/modules/servermon/files/urls.py b/modules/servermon/files/urls.py index b92c3f9..1cfee88 100644 --- a/modules/servermon/files/urls.py +++ b/modules/servermon/files/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import * +from django.conf.urls.defaults import * # noqa from django.conf import settings # Uncomment the next two lines to enable the admin & hwdoc: -- To view, visit https://gerrit.wikimedia.org/r/291185 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2695df1d5667dee3924ee434361513749dfbf218 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
