mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
Fixed missing future import
This commit is contained in:
parent
8a5d0ae528
commit
da3f48eba2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import division
|
||||
|
||||
from wagtail.wagtailimages.utils.focal_point import FocalPoint
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue