Skip to content

Commit 0bb971f

Browse files
committed
This is a type alias, pylint is dumb
1 parent a0d0cbd commit 0bb971f

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-sqlite3/src/opentelemetry/instrumentation/sqlite3

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-sqlite3/src/opentelemetry/instrumentation/sqlite3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
_DATABASE_SYSTEM = "sqlite"
5858

59-
SQLite3Connection = TypeVar(
59+
SQLite3Connection = TypeVar( # pylint: disable=invalid-name
6060
"SQLite3Connection", bound=Union[sqlite3.Connection, None]
6161
)
6262

0 commit comments

Comments
 (0)