Fix types

This commit is contained in:
Alessio Bogon 2022-03-03 13:49:05 +01:00
parent 4a4ad268fd
commit 0bddeae70f
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
"""Test cucumber json output."""
from __future__ import annotations
import json
import os.path
import textwrap