Skip to content

Commit

Permalink
Error change
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 26, 2024
1 parent 85f60a0 commit 0d1facf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database-cleanup/database_cleanup/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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 sqlalchemy as sa
Expand Down
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('database-cleanup').version
my_version = pkg_resources.get_distribution('forecast_inference').version

import click
import dotenv
Expand Down

0 comments on commit 0d1facf

Please sign in to comment.