From b1516f44f0f67f3e776b6708fb2e965c6a01d85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Tue, 20 May 2025 10:12:45 +0200 Subject: [PATCH] :memo: add package-level docstring --- client/ayon_core/pipeline/create/product_name.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ayon_core/pipeline/create/product_name.py b/client/ayon_core/pipeline/create/product_name.py index 9130ebb570..30a1accb51 100644 --- a/client/ayon_core/pipeline/create/product_name.py +++ b/client/ayon_core/pipeline/create/product_name.py @@ -1,3 +1,4 @@ +"""Get product name template and calculate product name.""" from __future__ import annotations from typing import TYPE_CHECKING, Optional