chore: remove dead code (#8207)
* chore: remove dead SYNC_BIN_PATH * chore: remove unused Status class name attribute * chore: remove unused import
This commit is contained in:
parent
a35aa67c70
commit
b4fd3bfbb7
|
@ -8,7 +8,6 @@ from django.db.models import ForeignKey
|
|||
import debug # pyflakes:ignore
|
||||
|
||||
class Status(models.Model):
|
||||
name = 'Status'
|
||||
|
||||
date = models.DateTimeField(default=timezone.now)
|
||||
slug = models.SlugField(blank=False, null=False, unique=True)
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import datetime
|
||||
import os
|
||||
import json
|
||||
|
||||
from django.conf import settings
|
||||
|
@ -23,8 +22,6 @@ from ietf.utils.log import log
|
|||
from ietf.utils.response import permission_denied
|
||||
|
||||
|
||||
SYNC_BIN_PATH = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../bin"))
|
||||
|
||||
#@role_required('Secretariat', 'IANA', 'RFC Editor')
|
||||
def discrepancies(request):
|
||||
sections = find_discrepancies()
|
||||
|
|
Loading…
Reference in a new issue