Skip to content

Commit 7b06601

Browse files
pre-commit-ci[bot]andrii-i
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9868a17 commit 7b06601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jupyter_scheduler/tests/test_scheduler.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_create_job_definition(jp_scheduler):
4949
"update_time": 1,
5050
"create_time": 1,
5151
"active": True,
52-
"on_events": []
52+
"on_events": [],
5353
}
5454

5555
job_definition_2 = {
@@ -63,7 +63,7 @@ def test_create_job_definition(jp_scheduler):
6363
"create_time": 2,
6464
"active": True,
6565
"tags": ["tag_2"],
66-
"on_events": []
66+
"on_events": [],
6767
}
6868

6969
job_definition_3 = {
@@ -77,7 +77,7 @@ def test_create_job_definition(jp_scheduler):
7777
"create_time": 3,
7878
"active": False,
7979
"tags": ["tag_3"],
80-
"on_events": []
80+
"on_events": [],
8181
}
8282

8383

0 commit comments

Comments
 (0)