Skip to content

Commit

Permalink
Fix PEP8 F811
Browse files Browse the repository at this point in the history
  • Loading branch information
pampletousse authored and pampletousse committed Jan 24, 2024
1 parent dfbd133 commit 17bcd9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pod/live/models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"""Esup-Pod "live" models."""
import base64
import hashlib
import io
import qrcode
import os

from ckeditor.fields import RichTextField
Expand All @@ -21,7 +18,6 @@
from django.urls import reverse
from django.utils import timezone
from django.utils.html import format_html
from django.utils.safestring import mark_safe
from django.utils.translation import ugettext_lazy as _

from pod.main.lang_settings import ALL_LANG_CHOICES as __ALL_LANG_CHOICES__
Expand Down

0 comments on commit 17bcd9d

Please sign in to comment.