I am getting the following error: How can I fix it?
File "/Users/rjeudy/PycharmProjects/virtualenv/virtualenv/src/products/forms.py", line 35 def clean_title(self, *args, **kwargs): ^ TabError: inconsistent use of tabs and spaces in indentation
def clean_title(self, *args, **kwargs):
title = self.cleaned_data.get("title")
if "CFE" in title:
return title