Skip to content

Commit 3fcfd74

Browse files
committed
Resolved pylint warnings in the django example.
1 parent ceba175 commit 3fcfd74

File tree

1 file changed

+4
-1
lines changed
  • samples/django-app/mysite/mysite

1 file changed

+4
-1
lines changed

samples/django-app/mysite/mysite/views.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
"""
2+
View definitions.
3+
"""
4+
15
import os
26
from django.shortcuts import render
3-
from django.http import HttpResponse
47
from autodesk_forge_sdk import AuthenticationClient, OSSClient, OAuthTokenProvider, urnify, Scope
58

69
FORGE_CLIENT_ID = os.environ["FORGE_CLIENT_ID"]

0 commit comments

Comments
 (0)