Skip to content

Commit 700bcf3

Browse files
committed
Fixed some pyflakes issues.
- Legacy-Id: 15161
1 parent 4aa9874 commit 700bcf3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

ietf/meeting/management/commands/update_important_dates.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Copyright The IETF Trust 2018, All Rights Reserved
22
from __future__ import unicode_literals
33

4-
import sys
54
import datetime
65

7-
from django.core.management.base import BaseCommand, CommandError
8-
from django.core import serializers
6+
from django.core.management.base import BaseCommand
97

108
import debug # pyflakes:ignore
119

1210
from ietf.name.models import ImportantDateName
13-
from ietf.meeting.helpers import get_meeting, update_important_dates
11+
from ietf.meeting.helpers import update_important_dates
1412
from ietf.meeting.models import Meeting, ImportantDate
1513

1614
class Command(BaseCommand):

0 commit comments

Comments
 (0)