When trying to specify class for static method arguments, as for example:
class A: @staticmethod def staticm(param1: A): return 1