Skip to content

Commit 238f549

Browse files
committed
flake8
1 parent 524cd9e commit 238f549

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lti_provider/views.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212

1313
from lti_provider.mixins import LTIAuthMixin
1414
from lti_provider.models import LTICourseContext
15-
from pylti.common import \
16-
generate_request_xml, LTIPostMessageException, post_message
17-
from xml.etree import ElementTree as etree
15+
from pylti.common import LTIPostMessageException, post_message
1816

1917

2018
try:
2119
from django.urls import reverse
2220
except ImportError:
2321
from django.core.urlresolvers import reverse
2422

23+
2524
class LTIConfigView(TemplateView):
2625
template_name = 'lti_provider/config.xml'
2726
content_type = 'text/xml; charset=utf-8'

0 commit comments

Comments
 (0)