Lint fixes

This commit is contained in:
Srikanth Chekuri 2020-11-15 12:53:23 +05:30
parent e6503ce930
commit 4816796de0
1 changed files with 1 additions and 3 deletions

View File

@ -119,9 +119,7 @@ class AsyncPGInstrumentor(BaseInstrumentor):
exception = None
span_attributes = _hydrate_span_from_args(
instance,
args[0],
args[1:] if self.capture_parameters else None,
instance, args[0], args[1:] if self.capture_parameters else None
)
name = ""
if args[0]: