mirror of https://github.com/snachodog/mybuddy.git
Remove more unused imports
This commit is contained in:
parent
da7597fd37
commit
0991780816
|
@ -1,13 +1,9 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import io
|
|
||||||
import base64
|
|
||||||
from multiprocessing.sharedctypes import Value
|
|
||||||
|
|
||||||
from django import template
|
from django import template
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
from django.utils.translation import to_locale, get_language
|
from django.utils.translation import to_locale, get_language
|
||||||
from django.template.defaultfilters import stringfilter
|
|
||||||
|
|
||||||
from core.models import Child
|
from core.models import Child
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue