'Pyflakes E on defining a variable

I'm defining that a variable equals another variable and I'm getting Py flakes E for F13x. Anyone knows why? The others variables are defined above on the code and I don´t think the problem is related with them.

Code:

F12x = (comb_a1n * lasna / 2) * mt.sin(alfa)
F13x = F12x


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source