How to fix: Class from deleted module does not exist (Magento 2.3)?
You need to find this class in your database like this ( example ):
SELECT * FROM eav_attribute WHERE source_model = 'MageWorx\SeoBase\Model\Source\MetaRobots'
Explanation:
SELECT * FROM eav_attribute WHERE source_model LIKE %'WRITE HERE NAME OF YOUR EXTENSION'%