Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomm19 committed Feb 6, 2025
1 parent 490ac35 commit 90b424a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,14 @@
Test cases for /emailvalidation
"""

import re
import urllib
from unittest import mock

import capyc.pytest as capy
import pytest
from django.urls.base import reverse_lazy
from rest_framework import status
from rest_framework.test import APIClient
from linked_services.django.actions import reset_app_cache

import staging.pytest as staging
from breathecode.authenticate.tests.mocks.mocks import FakeResponse
from breathecode.tests.mixins.breathecode_mixin.breathecode import Breathecode

from ...mocks import GithubRequestsMock


@pytest.fixture(autouse=True)
def setup(db):
Expand Down

0 comments on commit 90b424a

Please sign in to comment.