#380 Fix lint errors
Merged 6 years ago by abompard. Opened 6 years ago by abompard.
abompard/fedora-hubs fix/lint  into  develop

file modified
+2 -1
@@ -119,7 +119,8 @@ 

  # If true, `todo` and `todoList` produce output, else they produce nothing.

  todo_include_todos = True

  

- # Default flags for the autodoc extension: show public members (some private members need to be overriiden

+ # Default flags for the autodoc extension: show public members (some private

+ # members need to be overridden)

  autodoc_default_flags = ['members', 'show-inheritance']

  

  

@@ -1,6 +1,5 @@ 

  from __future__ import unicode_literals

  

- from hubs.app import app

  from hubs.backend import triage

  from hubs.models import Hub, Widget

  from hubs.tests import APPTest
@@ -13,7 +12,6 @@ 

          # Set the session

          triage.session = self.session

  

- 

      def test_get_widgets(self):

          # Get all widgets except those whose module isn't installed.

          hub = Hub.by_name('ralph')

no initial comment

Pull-Request has been merged by abompard

6 years ago