removing future
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
from django.core.exceptions import PermissionDenied
|
||||
from rowers.models import C2WorldClassAgePerformance
|
||||
from rowers.utils import myqueue
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# The interactions with the Concept2 logbook API
|
||||
# All C2 related functions should be defined here
|
||||
|
||||
Reference in New Issue
Block a user