I received a conflict when trying to merge two files:
CONFLICT (content): Merge conflict in user.py
When I looked into user.py, there is no git-conflict-notation/mark that I was used to:
<<<<<<< HEAD
Hello world
=======
Hola mundo
>>>>>>>
What could be the problem?