Skip to content

Commit

Permalink
Fix imports in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
tsx committed Feb 1, 2024
1 parent 0b33e21 commit fd3b166
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@

from pytest import fixture

from inbox.util.testutils import (
dump_dns_queries, # noqa
files, # noqa
mock_dns_resolver, # noqa
mock_imapclient, # noqa
mock_smtp_get_connection, # noqa
uploaded_file_ids, # noqa
)
import inbox.util.testutils # noqa

import tests.util.base # noqa
from tests.api.base import TestAPIClient
from tests.util.base import * # noqa


@fixture
Expand Down

0 comments on commit fd3b166

Please sign in to comment.