Data type errors
Opened this issue · 0 comments
StanislavPetrovV commented
There are many types in the init.py file with underscores '_int' and '_bool' that cause errors like these:
NameError: name '_bool' is not defined. Did you mean: 'bool'?
Opened this issue · 0 comments
There are many types in the init.py file with underscores '_int' and '_bool' that cause errors like these:
NameError: name '_bool' is not defined. Did you mean: 'bool'?