Skip to content

Commit 184f079

Browse files
committed
Warn when await is missing from async method calls
1 parent d8efc6d commit 184f079

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

seleniumbase/undetected/cdp_driver/connection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
TargetType = Union[cdp.target.TargetInfo, cdp.target.TargetID]
3636
logging.getLogger("asyncio").setLevel(logging.CRITICAL)
3737
logger = logging.getLogger("uc.connection")
38-
warnings.filterwarnings(
39-
"ignore", category=RuntimeWarning, message=".*coroutine.*"
40-
)
4138

4239

4340
class ProtocolException(Exception):

0 commit comments

Comments
 (0)