File: custom_file_header_with_import.txt

package info (click to toggle)
python-datamodel-code-generator 0.55.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,792 kB
  • sloc: python: 44,931; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
# Custom header with import
from typing import TYPE_CHECKING

if TYPE_CHECKING:
    from collections.abc import Sequence