Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the output type for the __new__ function in Model (bokeh#13564)
* Update the output type for the __new__ function in Model This fixes an issue with typecheckers for detecting the return value of creating a Model * Update model.py to not use any return type for __new__ * Update model.py to use self again * Update for isort issues
- Loading branch information