(self, *args, **kwargs)
| 37 | |
| 38 | |
| 39 | def post_init(self, *args, **kwargs): |
| 40 | fix_upgrade(self) |
| 41 | self.post_init_origin(*args, **kwargs) |
| 42 | |
| 43 | |
| 44 | def fix_transformers_upgrade(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…