pylint: reorder imports

This commit is contained in:
Frédéric Péters 2016-07-22 14:57:11 +02:00
parent dd904525f0
commit 9c72bd958d
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@
from django import forms
from . import widgets
from chrono.agendas.models import Event
from . import widgets
DATETIME_OPTIONS = {
'weekStart': 1,