Skip to content

Commit 33a91dc

Browse files
committedJan 24, 2025··
[CLEAN] Removed unnecessary imports in __init__
1 parent 01370c7 commit 33a91dc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎source/app/iris_engine/utils/tracker.py

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# along with this program; if not, write to the Free Software Foundation,
1717
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818

19-
# IMPORTS ------------------------------------------------
2019
from datetime import datetime
2120
from flask import request
2221
from flask_login import current_user
@@ -28,7 +27,6 @@
2827
log = app.app.logger
2928

3029

31-
# CONTENT ------------------------------------------------
3230
def track_activity(message, caseid=None, ctx_less=False, user_input=False, display_in_ui=True):
3331
"""
3432
Register a user activity in DB.

‎source/app/models/__init__.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
from app.models.cases import CasesEvent
2-
from app.models.cases import Client
3-
from app.models.models import *
4-

0 commit comments

Comments
 (0)
Please sign in to comment.