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

fix(cli): add type ignore comment to generated files

This commit is contained in:
2025-04-09 12:32:05 +02:00
parent 67ccc7a2df
commit 6fd1a2e7e1
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# This file was automatically generated by generate_cli.py
# type: ignore
from __future__ import annotations

View File

@ -30,7 +30,8 @@ else:
class ClientGenerator:
def __init__(self):
self.header = """# This file was automatically generated by generate_cli.py\n
self.header = """# This file was automatically generated by generate_cli.py
# type: ignore \n
from __future__ import annotations
import enum
from typing import Literal, Optional, overload