We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c7d43 commit 4413e50Copy full SHA for 4413e50
packages/common-library/tests/test_unset.py
@@ -5,7 +5,7 @@
5
6
def test_as_dict_exclude_unset():
7
def f(
8
- par1: str | UnSet = UnSet.INSTANCE, par2: int | UnSet = UnSet.INSTANCE
+ par1: str | UnSet = UnSet.VALUE, par2: int | UnSet = UnSet.VALUE
9
) -> dict[str, Any]:
10
return as_dict_exclude_unset(par1=par1, par2=par2)
11
0 commit comments