Skip to content

Commit

Permalink
fix: [EDXOLDMNG-218] import order
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayBorovenskiy committed Jan 30, 2023
1 parent 4015419 commit 28ac275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openedx_events/content_authoring/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"""
from datetime import datetime
from typing import BinaryIO, List

import attr
from opaque_keys.edx.keys import CourseKey, UsageKey

Expand Down
2 changes: 1 addition & 1 deletion openedx_events/content_authoring/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"""

from openedx_events.content_authoring.data import (
DuplicatedXBlockData,
CertificateConfigData,
CourseCatalogData,
DuplicatedXBlockData,
XBlockData,
)
from openedx_events.tooling import OpenEdxPublicSignal
Expand Down

0 comments on commit 28ac275

Please sign in to comment.