Skip to content

Commit

Permalink
Update kea_exporter/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Weinelt <[email protected]>
  • Loading branch information
Qwiko and mweinelt authored Mar 19, 2024
1 parent cd46757 commit be9609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kea_exporter/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import __PROJECT__, __VERSION__


class timer():
class Timer():
def __init__(self):
self.reset()
def reset(self):
Expand Down

0 comments on commit be9609c

Please sign in to comment.