From 789c7923badd3057b83ba7cb2ff0d55193a762dd Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Mon, 1 Jul 2024 16:05:25 -0700 Subject: [PATCH] Adding types to pyi to detect API misuse --- polyglot_piranha.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyglot_piranha.pyi b/polyglot_piranha.pyi index 3d18442b6..8deea51a9 100644 --- a/polyglot_piranha.pyi +++ b/polyglot_piranha.pyi @@ -61,7 +61,7 @@ class PiranhaArguments: Parameters ------------ - language: str + language: PiranhaLanguage the target language paths_to_codebase: List[str] Paths to source code folder or file