dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2025-02-20 17:32:22 -08:00
parent 327c11899c
commit 49001ba7c8

View File

@ -542,6 +542,9 @@ class NumberVar(Var[NUMBER_T], python_types=(int, float)):
Returns:
The formatted number.
Raises:
VarValueError: If the format specifier is not supported.
"""
if (
format_spec