Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mab68 committed Mar 16, 2020
1 parent e71a4a6 commit 67904fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faucet/prom_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class PromClient: # pylint: disable=too-few-public-methods
def __init__(self, reg=None):
if reg is not None:
self._reg = reg
# TODO: investigate faster alternative (https://bugs.launchpad.net/pbr/+bug/1688405)
self.version = VersionInfo('faucet').semantic_version().release_string()
self.faucet_version = PromGauge( # pylint: disable=unexpected-keyword-arg
'faucet_pbr_version',
Expand Down

0 comments on commit 67904fe

Please sign in to comment.