mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
fix(generate_cli): fixed type annotations
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user