Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 4, 2024
1 parent 2383cd2 commit 1725a09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_views_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ def get_app_settings(cls, extras=None):
settings["includes"] += "\nkinto.plugins.prometheus"
return settings

# @classmethod
# def tearDownClass(cls):
# prometheus._unregister_all()

def setUp(self):
super().setUp()
patch = mock.patch("kinto.plugins.prometheus.PrometheusService")
Expand Down

0 comments on commit 1725a09

Please sign in to comment.