TE-2689 Remove useless pylint suppressions part 5
This commit is contained in:
@@ -13,4 +13,4 @@ class CoursegraphConfig(AppConfig):
|
||||
"""
|
||||
name = 'openedx.core.djangoapps.coursegraph'
|
||||
|
||||
from . import tasks # pylint: disable=unused-variable
|
||||
from . import tasks
|
||||
|
||||
@@ -50,7 +50,7 @@ class Command(BaseCommand):
|
||||
help='dump all--or all specified--courses, ignoring cache',
|
||||
)
|
||||
|
||||
def handle(self, *args, **options): # pylint: disable=unused-argument
|
||||
def handle(self, *args, **options):
|
||||
"""
|
||||
Iterates through each course, serializes them into graphs, and saves
|
||||
those graphs to neo4j.
|
||||
|
||||
Reference in New Issue
Block a user