We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6d697 commit 729fabaCopy full SHA for 729faba
1 file changed
services/well_inventory_csv.py
@@ -55,7 +55,7 @@
55
AUTOGEN_TOKEN_REGEX = re.compile(r"^(?P<prefix>[A-Z]{2,3})\s*-\s*(?:x{4}|X{4})$")
56
57
58
-def _extract_autogen_prefix(well_id: str) -> str | None:
+def _extract_autogen_prefix(well_id: str | None) -> str | None:
59
"""
60
Return normalized auto-generation prefix when a placeholder token is provided.
61
0 commit comments