[BUG] frozendict.deepfreeze is not in __init__.pyi #99
Labels
Effort: Low
easy task
Needs: Test
Hey, it compiles! Ship it!
Priority: Low
Not a big problem...
Type: Enhancement
New feature or request
My IDE complains that
frozendict.deepfreeze()
is not advertised in__init__.pyi
.Python 3.10.12 (main, Aug 16 2023, 12:57:33) [Clang 14.0.0 (clang-1400.0.29.202)]
Steps to reproduce:
Actual result:
I get a warning flagged in PyCharm (even though the code runs fine):
The text was updated successfully, but these errors were encountered: