Skip to content
  • Leo P. Singer's avatar
    Automate sorting of imports · 146c961c
    Leo P. Singer authored and Cody Messick's avatar Cody Messick committed
    There is a common convention for ordering of module-level imports
    in Python: standard library, third party, and current package
    imports in three spearate groups.
    
    We have mostly adhered to this convention, but not rigorously. Use
    isort to automatically sort imports and also check import order.
    146c961c