Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Oct 27, 2021
1 parent d4df303 commit 5ed35af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_meter(
_logger.warning(
"A shutdown `MeterProvider` can not provide a `Meter`"
)
return
return None

meter = Meter(InstrumentationInfo(name, version, schema_url))

Expand Down

0 comments on commit 5ed35af

Please sign in to comment.