Skip to content

Commit b103e03

Browse files
committed
Pylint: ignore no name TypeAlias in module typing
Change-Id: I81d1a0f78c510106231753827da70139bb34bb2a
1 parent cd63167 commit b103e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mysqlx/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Tuple, Type, Union
1010

1111
if hasattr(typing, "TypeAlias"):
12+
# pylint: disable=no-name-in-module
1213
from typing import TypeAlias # type: ignore[attr-defined]
1314
else:
1415
try:

0 commit comments

Comments
 (0)