Skip to content

Commit 0bddeae

Browse files
committed
Fix types
1 parent 4a4ad26 commit 0bddeae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/feature/test_cucumber_json.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""Test cucumber json output."""
2+
from __future__ import annotations
3+
24
import json
35
import os.path
46
import textwrap

0 commit comments

Comments
 (0)