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 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]: