Skip to content

Commit b0ec8c4

Browse files
chore: remove unused variables (#9742)
1 parent 2cfbaf9 commit b0ec8c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ietf/meeting/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,8 +956,6 @@ class Meta:
956956
def __str__(self):
957957
return u"%s -> %s-%s" % (self.session, self.document.name, self.rev)
958958

959-
constraint_cache_uses = 0
960-
constraint_cache_initials = 0
961959

962960
class SessionQuerySet(models.QuerySet):
963961
def with_current_status(self):

0 commit comments

Comments
 (0)