Skip to content
  • Danish Prakash's avatar
    cleanup: Reorder to use "not in" · 4528f633
    Danish Prakash authored and Jeremy Bicha's avatar Jeremy Bicha committed
    Use "thing not in group" instead of "not thing in group"
    
    This makes pycodestyle happy and is closer to regular English syntax.
    
    pycodestyle is the Python style guide checker
    formerly known as pep8
    4528f633