Closed
Description
openedon Feb 9, 2017
isort
deleted the following line from one of my files altogether
from findorserver.coupon.models import*
.isort.cfg
contents:
[settings]
line_length = 120
multi_line_output = 5
balanced_wrapping = true
include_trailing_comma = true
skip = migrations
properly formatted wildcard imports were unaffected
thanks for the great tool!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment