Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Dec 9, 2023
1 parent c8a2721 commit 3d0f03a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hackspaceapi/services/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from cachetools.func import ttl_cache
from prometheus_client import Summary

from hackspaceapi.config import settings

website_metric_summary = Summary(
"hackspaceapi_website_data_time", "Summary of calls to the Website data"
Expand Down

0 comments on commit 3d0f03a

Please sign in to comment.