Skip to content
Snippets Groups Projects
Commit 31aa1219 authored by Andy Craze's avatar Andy Craze
Browse files

Fix style linter

parent 9b8d2ae7
No related branches found
No related tags found
No related merge requests found
Pipeline #11807 passed with stages
in 5 minutes and 8 seconds
......@@ -51,7 +51,7 @@ class NodeInfo(views.APIView):
try:
data = nodeinfo.get()
except ValueError:
logger.warn('nodeinfo returned invalid json')
logger.warn("nodeinfo returned invalid json")
data = {}
return Response(data, status=200, content_type=NODEINFO_2_CONTENT_TYPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment