Skip to content

Commit b4fd3bf

Browse files
authored
chore: remove dead code (ietf-tools#8207)
* chore: remove dead SYNC_BIN_PATH * chore: remove unused Status class name attribute * chore: remove unused import
1 parent a35aa67 commit b4fd3bf

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

ietf/status/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import debug # pyflakes:ignore
99

1010
class Status(models.Model):
11-
name = 'Status'
1211

1312
date = models.DateTimeField(default=timezone.now)
1413
slug = models.SlugField(blank=False, null=False, unique=True)

ietf/sync/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# -*- coding: utf-8 -*-
33

44
import datetime
5-
import os
65
import json
76

87
from django.conf import settings
@@ -23,8 +22,6 @@
2322
from ietf.utils.response import permission_denied
2423

2524

26-
SYNC_BIN_PATH = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../bin"))
27-
2825
#@role_required('Secretariat', 'IANA', 'RFC Editor')
2926
def discrepancies(request):
3027
sections = find_discrepancies()

0 commit comments

Comments
 (0)