Remove useless pylint suppressions
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"""
|
||||
Code to manage fetching and storing the metadata of IdPs.
|
||||
"""
|
||||
#pylint: disable=no-member
|
||||
from celery.task import task # pylint: disable=import-error,no-name-in-module
|
||||
|
||||
from celery.task import task
|
||||
import datetime
|
||||
import dateutil.parser
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user