ruff
bbfcf6e1
- [ty] `__class_getitem__` is a classmethod (#20192)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
19 days ago
[ty] `__class_getitem__` is a classmethod (#20192) ## Summary `__class_getitem__` is [implicitly a classmethod](https://docs.python.org/3/reference/datamodel.html#object.__class_getitem__). ## Test Plan Added regression test.
References
#20192 - [ty] `__class_getitem__` is a classmethod
Author
sharkdp
Parents
5518c84a
Loading