Removed old Python 2 syntax
This commit is contained in:
parent
7ea6a0d583
commit
a067b6e74b
2 changed files with 1 additions and 6 deletions
|
|
@ -1,5 +1,3 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
from datetime import date
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
|
|
@ -12,6 +10,7 @@ from .models import (
|
|||
)
|
||||
from .utils import school_year
|
||||
|
||||
|
||||
class StagesTest(TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue