> (method) get: (name: str, default: T@get | None = None) -> T@get | Layer | None It thinks `T@get` is a return type. Look into typeshed again on how to solve this...
It thinks
T@getis a return type. Look into typeshed again on how to solve this...