This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Fix pylama C901 errors in CLI (blocks too complex, move some code to functions) #6
Labels
pep/syntax
PEP compliance and syntax fixes
Milestone
Pylama outputs the following:
'Loop 42' is too complex (11) [mccabe]
'If 75' is too complex (12) [mccabe]
The text was updated successfully, but these errors were encountered: