Skip to content

Commit

Permalink
fix: pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed May 6, 2024
1 parent ece890c commit b6679c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_hooks/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Test integration file.
"""
from unittest.mock import MagicMock, patch
from django.test import TestCase
from eox_hooks.actions import post_to_webhook_url
from django.test import TestCase


class TutorIntegrationTestCase(TestCase):
Expand Down

0 comments on commit b6679c8

Please sign in to comment.