• A
    flake8 · af0bd377
    Alessio Sergi 提交于
    - import statements are in the wrong order.
    - missing whitespace around arithmetic operator
    - blind except: statement
    - multiple imports on one line
    - trailing whitespace
    - blank line contains whitespace
    - line break before binary operator
    - missing whitespace after ','
    - block comment should start with '# '
    - multiple spaces before operator
    - 'logger' imported but unused
    - expected 2 blank lines, found 1
    af0bd377
glances_memswap.py 7.0 KB