Skip to content

Commit 64c3ef0

Browse files
committed
Fix missing import (found by Ryan Cross)
- Legacy-Id: 3659
1 parent 3d10b58 commit 64c3ef0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/meeting/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import pytz, datetime
44

55
from django.db import models
6+
from django.conf import settings
67
from timedeltafield import TimedeltaField
78

89
from redesign.group.models import Group

0 commit comments

Comments
 (0)