0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

fix(generate_cli): fixed type annotations

This commit is contained in:
2024-09-16 16:34:51 +02:00
parent 7ea4a482e7
commit d3c1a1b2ed
2 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,8 @@ def test_client_generator_with_black_formatting():
'''\
# This file was automatically generated by generate_cli.py
from __future__ import annotations
import enum
from typing import Literal, Optional, overload