Skip to content

Commit

Permalink
style: fix pylint unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVZ96 committed Jul 8, 2024
1 parent 5312b5e commit 9c85399
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cms/lib/xblock/authoring_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@


import logging
from datetime import datetime, timezone
from uuid import uuid4

from django.conf import settings
from web_fragments.fragment import Fragment
from xblock.core import XBlock, XBlockMixin
from xblock.fields import String, Scope
from openedx_events.content_authoring.data import DuplicatedXBlockData
from openedx_events.content_authoring.signals import XBLOCK_DUPLICATED


log = logging.getLogger(__name__)
Expand Down

0 comments on commit 9c85399

Please sign in to comment.