mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 11:59:09 -07:00
Fix infrequent PEP 8 issues.
This commit is contained in:
parent
13fc909058
commit
63b1e0c277
31 changed files with 41 additions and 50 deletions
|
@ -23,7 +23,7 @@ import datetime
|
|||
__metaclass__ = type
|
||||
|
||||
try:
|
||||
from pymongo import ASCENDING, DESCENDING
|
||||
from pymongo import ASCENDING, DESCENDING
|
||||
from pymongo.errors import ConnectionFailure
|
||||
from pymongo import MongoClient
|
||||
except ImportError:
|
||||
|
@ -40,6 +40,7 @@ else:
|
|||
from ansible.errors import AnsibleError
|
||||
from ansible.plugins.lookup import LookupBase
|
||||
|
||||
|
||||
class LookupModule(LookupBase):
|
||||
|
||||
def _fix_sort_parameter(self, sort_parameter):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue