def visit_any(self, t: AnyType) -> Type: if not t.missing_import_name: return t.copy_modified(type_of_any=TypeOfAny.suggestion_engine) else: return t
def visit_any(self, t: AnyType) -> Type: return t.copy_modified(type_of_any=TypeOfAny.suggestion_engine)