# Pastebin TzSwYW4l from __future__ import annotations class Blah: def foo(self, nonsense: asdfl): pass b = Blah() b.foo(None)