Skip to content

Commit

Permalink
delete __main__
Browse files Browse the repository at this point in the history
  • Loading branch information
evstratbg committed Oct 17, 2023
1 parent ef31e25 commit 6ab98a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,3 @@ def exemplar_fn():
"""starlette_requests_total{app_name="starlette",method="GET",path="/200",status_code="200",test="exemplar"} 1.0 # {trace_id="abc123"}"""
in metrics
), metrics


if __name__ == '__main__':
import unittest
unittest.main()

0 comments on commit 6ab98a9

Please sign in to comment.