Skip to content

Commit

Permalink
updates to app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 26, 2024
1 parent 8f9cfb0 commit 85f60a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forecast-inference/forecast_inference/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from uuid import UUID
import sentry_sdk
import pkg_resources
my_version = pkg_resources.get_distribution('forecast_inference').version
my_version = pkg_resources.get_distribution('database-cleanup').version

import click
import dotenv
Expand Down

0 comments on commit 85f60a0

Please sign in to comment.