Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cfr_json_colab] Remove the use of typing.Self.
Sadly, typing.Self is a Python 3.11 feature, and public Colab runtimes are stuck at 3.10. Other uses are not reachable from our Colab, and thus do not need to be changed.
- Loading branch information