Skip to content

Commit

Permalink
import division in types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
magical committed Nov 3, 2018
1 parent 89ed84a commit 4c087b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions splinext/pokedex/views/types.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# encoding: utf-8

from __future__ import division

from sqlalchemy.orm import (contains_eager)
from sqlalchemy.orm import (joinedload, joinedload_all, subqueryload, subqueryload_all)
from sqlalchemy.orm.exc import NoResultFound
Expand Down

0 comments on commit 4c087b8

Please sign in to comment.