core(minor): fix import order

This commit is contained in:
Langhammer, Jens
2019-10-09 14:37:40 +02:00
parent 46111e7cac
commit 17e6bc921b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
"""passbook user settings template tags"""
from typing import List
from django import template
from django.template.context import RequestContext