Releases: hadialqattan/pycln
Releases · hadialqattan/pycln
v1.3.2
v1.3.1
v1.3.0
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
Added
Fixed
-
Pycln removes extra lines in import-from multiline case (shown bellow) by @hadialqattan
from xxx import (i, j, k) # if j isn't used, Pycln will remove this line no matter what it is!
-
Preserving trailing comma style in multi-line imports by @hadialqattan
-
Exit normally (code 0) when no files were present to be cleaned by @rooterkyberian
-
Parsing local path import with null-pacakge causes AttributeError by @hadialqattan