Lint fixes
This commit is contained in:
parent
e6503ce930
commit
4816796de0
|
|
@ -119,9 +119,7 @@ class AsyncPGInstrumentor(BaseInstrumentor):
|
||||||
|
|
||||||
exception = None
|
exception = None
|
||||||
span_attributes = _hydrate_span_from_args(
|
span_attributes = _hydrate_span_from_args(
|
||||||
instance,
|
instance, args[0], args[1:] if self.capture_parameters else None
|
||||||
args[0],
|
|
||||||
args[1:] if self.capture_parameters else None,
|
|
||||||
)
|
)
|
||||||
name = ""
|
name = ""
|
||||||
if args[0]:
|
if args[0]:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue