Skip to content

Commit 6b1e089

Browse files
PabloPablo
authored andcommitted
fix: TT-220 code adjustments
1 parent 9aca374 commit 6b1e089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

time_tracker_api/activities/activities_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def find_all_with_id_in_list(
8888

8989
def find_all(
9090
self,
91-
event_context: EventContext,
9291
conditions,
92+
event_context: EventContext,
9393
visible_only=True,
9494
mapper: Callable = None,
9595
max_count=None,

time_tracker_api/projects/projects_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def __init__(self):
7070

7171
def find_all(
7272
self,
73-
event_context: EventContext,
7473
conditions,
74+
event_context: EventContext,
7575
visible_only=True,
7676
mapper: Callable = None,
7777
project_ids: List[str] = None,

0 commit comments

Comments
 (0)