dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2024-10-14 18:29:01 -07:00
parent a97ec99720
commit 7f3342e6c9

View File

@ -923,6 +923,9 @@ class Var(Generic[VAR_TYPE]):
def to_string(self, use_json: bool = True) -> StringVar:
"""Convert the var to a string.
Args:
use_json: Whether to use JSON stringify. If False, uses Object.prototype.toString.
Returns:
The string var.
"""