Skip to content

Commit

Permalink
import support module
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Oct 11, 2023
1 parent bb02f1a commit faedd14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_asyncio/test_proactor_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from test.support import os_helper
from test.support import socket_helper
from test.test_asyncio import utils as test_utils
from test import support


def tearDownModule():
Expand Down
1 change: 1 addition & 0 deletions Lib/test/test_asyncio/test_sslproto.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from asyncio import sslproto
from test.test_asyncio import utils as test_utils
from test.test_asyncio import functional as func_tests
from test import support

Check failure on line 21 in Lib/test/test_asyncio/test_sslproto.py

View workflow job for this annotation

GitHub Actions / lint

Ruff (F811)

Lib/test/test_asyncio/test_sslproto.py:21:18: F811 Redefinition of unused `support` from line 7


def tearDownModule():
Expand Down
1 change: 1 addition & 0 deletions Lib/test/test_asyncio/test_taskgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import contextlib
from asyncio import taskgroups
import unittest
from test import support


# To prevent a warning "test altered the execution environment"
Expand Down

0 comments on commit faedd14

Please sign in to comment.