Skip to content

Commit

Permalink
fix: address quality issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Dec 16, 2024
1 parent cbfe065 commit f86464a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx_events/event_bus/avro/tests/test_deserializer.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
"""Tests for avro.deserializer"""
import ddt
import json
from datetime import datetime
from typing import Dict, List
from unittest import TestCase

import ddt
from opaque_keys.edx.keys import CourseKey, UsageKey
from opaque_keys.edx.locator import LibraryLocatorV2, LibraryUsageLocatorV2

from openedx_events.event_bus.avro.deserializer import AvroSignalDeserializer, deserialize_bytes_to_event_data
from openedx_events.event_bus.avro.tests.test_utilities import (
ComplexAttrs,
EventData,
NestedAttrsWithDefaults,
NestedNonAttrs,
Expand All @@ -20,7 +21,6 @@
SubTestData0,
SubTestData1,
create_simple_signal,
ComplexAttrs
)
from openedx_events.tests.utils import FreezeSignalCacheMixin

Expand Down

0 comments on commit f86464a

Please sign in to comment.