Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi authored and jacquesfize committed May 27, 2024
1 parent 9930b3a commit 6c03999
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions backend/geonature/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@

from geonature.utils.env import db
from geonature.utils.celery import celery_app


# @task_postrun.connect
# def close_session(*args, **kwargs):
# print(args)
# print(kwargs)
# db.session.remove()

0 comments on commit 6c03999

Please sign in to comment.