del: Unused code

This commit is contained in:
Jonas Havelka 2023-06-11 18:44:18 +02:00
parent 6a95b3dd74
commit 30a06e516b

View file

@ -7,13 +7,9 @@ from django.db import transaction
from django.contrib.contenttypes.models import ContentType
import logging
import seminar.models as m
import treenode.treelib as t
logger = logging.getLogger(__name__)
def histogram(seznam):
d = {}