From da4a3d23b4737c23406e2086982b7a4d3e13396c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 26 Mar 2024 11:13:50 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20types=20for=20Python=20 tuple[str, str]: +def _split_opt(opt: str) -> Tuple[str, str]: first = opt[:1] if first.isalnum(): return "", opt