del: Unused code
This commit is contained in:
parent
6a95b3dd74
commit
30a06e516b
1 changed files with 0 additions and 4 deletions
|
|
@ -7,13 +7,9 @@ from django.db import transaction
|
||||||
|
|
||||||
from django.contrib.contenttypes.models import ContentType
|
from django.contrib.contenttypes.models import ContentType
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
import seminar.models as m
|
import seminar.models as m
|
||||||
import treenode.treelib as t
|
import treenode.treelib as t
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
def histogram(seznam):
|
def histogram(seznam):
|
||||||
d = {}
|
d = {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue