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 00fd4ac commit 59e9aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_events/event_bus/avro/tests/test_schema.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Tests for event_bus.avro.schema module
"""
from typing import List, Dict
from typing import Dict, List
from unittest import TestCase

from openedx_events.event_bus.avro.schema import schema_from_signal
Expand Down

0 comments on commit 59e9aae

Please sign in to comment.