Style fixes suggested by pylint.
This commit is contained in:
parent
894f76f843
commit
fba78d7a0e
26 changed files with 37 additions and 73 deletions
|
@ -1,7 +1,7 @@
|
|||
''' manage remote users '''
|
||||
import requests
|
||||
from urllib.parse import urlparse
|
||||
from uuid import uuid4
|
||||
import requests
|
||||
|
||||
from django.core.files.base import ContentFile
|
||||
|
||||
|
@ -118,4 +118,3 @@ def get_or_create_remote_server(domain):
|
|||
application_version=data['software']['version'],
|
||||
)
|
||||
return server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue