errors with dbt run after setting up linters

I have dbt set up for BigQuery and it was working well but now isn’t working. I recently temporarily installed dbt for sqlite (now uninstalled) and also set up some linting/formatting checks and for some reason can no longer implement a run of dbt. When I run this I get the following error:

17:14:23 Unable to do partial parsing because of a version mismatch
17:14:23 Encountered an error:
Compilation Error
expected token ‘end of print statement’, got ‘string’
line 15
{{ return “” }}

Has anyone ever seen this? It’s quite vague and I don’t know what file it’s referencing but seems to possibly be something with Jinja? Any tips would be appreciated.