Commit 06bc1031 authored by Philipp Wolfer's avatar Philipp Wolfer

AngularJS check: Reorder imports

parent 65b76bc9
......@@ -19,9 +19,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from weblate.trans.checks.base import TargetCheck
from django.utils.translation import ugettext_lazy as _
import re
from django.utils.translation import ugettext_lazy as _
from weblate.trans.checks.base import TargetCheck
ANGULARJS_INTERPOLATION_MATCH = re.compile(
r'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment