Skip to content

Commit

Permalink
style: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Apr 1, 2024
1 parent fb71b0c commit c84ac9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from django.test import SimpleTestCase
from django.test.utils import override_settings
from eventtracking.processors.exceptions import EventEmissionExit, NoBackendEnabled
from mock import MagicMock, call, patch, sentinel

from event_routing_backends.processors.caliper.transformer_processor import CaliperProcessor
Expand Down
1 change: 0 additions & 1 deletion event_routing_backends/processors/xapi/tests/test_xapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from django.test import SimpleTestCase
from django.test.utils import override_settings
from eventtracking.processors.exceptions import EventEmissionExit, NoBackendEnabled
from mock import MagicMock, call, patch, sentinel
from tincan import Activity, Statement

Expand Down

0 comments on commit c84ac9f

Please sign in to comment.