Skip to content

Commit f4aee92

Browse files
committed
Please pylint
1 parent 40c2ba7 commit f4aee92

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def calculate_commenter_data(self) -> dict[str, Any]:
355355
if hasattr(self.connect_module, "pq"):
356356
try:
357357
libpq_version = self.connect_module.pq.version()
358-
except Exception:
358+
except Exception: # pylint: disable=broad-exception-raised
359359
pass
360360

361361
# psycopg2

0 commit comments

Comments
 (0)