Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove noqa
  • Loading branch information
Archmonger committed Oct 29, 2021
commit e6e28ea63ff03e0824b92b00d3d106093c6d700b
4 changes: 1 addition & 3 deletions src/django_idom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
from importlib import import_module

from django.template import engines
from django.template.loader import ( # noqa Leave this in to preload template locations
get_template,
)
from django.template.loader import get_template
from django.utils.encoding import smart_str


Expand Down