Skip to content

Commit

Permalink
chore(metrics): Added more metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Jun 26, 2024
1 parent f81a038 commit 058c92d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
import fence.blueprints.privacy
import fence.blueprints.register
import fence.blueprints.ga4gh
import fence.metrics


app = flask.Flask(__name__)
Expand All @@ -87,7 +86,7 @@ def app_init(
):
app.__dict__["logger"] = warn_about_logger

# import fence.metrics
import fence.metrics

app_config(
app,
Expand Down

0 comments on commit 058c92d

Please sign in to comment.