Skip to content

Commit

Permalink
chore: Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 13, 2023
1 parent f925309 commit 4c47904
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions xblock/utils/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
import warnings

import pkg_resources

from django.template import Context, Template, Engine
from django.template.backends.django import get_installed_libraries

from mako.template import Template as MakoTemplate
from mako.lookup import TemplateLookup as MakoTemplateLookup
from mako.template import Template as MakoTemplate


class ResourceLoader:
Expand Down
1 change: 0 additions & 1 deletion xblock/utils/templatetags/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from django.templatetags import i18n
from django.utils.translation import get_language, trans_real


register = Library()


Expand Down

0 comments on commit 4c47904

Please sign in to comment.