good first issuehelp wanted
Metriche repository
- Star
- (711 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
For example:
from example.fixit_ex import ExampleClass as ExampleClass
Should be:
from example.fixit_ex import ExampleClass
Because using as with the same resulting name is a no-operation action.