Skip to content

Commit 41a5a10

Browse files
lint
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
1 parent 7e3ef0a commit 41a5a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/test_models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ def test_missing_inclusion_proof(self):
4242
inclusion_promise=None,
4343
)
4444

45-
def test_missing_inclusion_promise_and_integrated_time_round_trip(self, signing_bundle):
45+
def test_missing_inclusion_promise_and_integrated_time_round_trip(
46+
self, signing_bundle
47+
):
4648
"""
4749
Ensures that LogEntry._to_rekor() succeeds even without an inclusion_promise and integrated_time.
4850
"""

0 commit comments

Comments
 (0)