autoflake 2.0.0-1 source package in Ubuntu

Changelog

autoflake (2.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Tue, 29 Nov 2022 08:58:02 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autoflake_2.0.0-1.dsc 2.2 KiB 462fe06ee9c374214453445968dbe6f1fc17195c8c5538dff9bcbc943797f4e7
autoflake_2.0.0.orig.tar.gz 29.6 KiB b8b945a9adf5c8231f49fde2c1422e3618af4826825f6f8033e29434c71bf1bc
autoflake_2.0.0-1.debian.tar.xz 3.4 KiB 1a7241308e5e0c083ab5862e8008e944e86b34e4e5270ff34f8e39207c51a9f3

Available diffs

No changes file available.

Binary packages built by this source

autoflake: Removes unused imports and unused variables in Python code

 By default, autoflake only removes unused imports for modules that are part of
 the standard library. (Other modules may have side effects that make them
 unsafe to remove automatically.) Removal of unused variables is also disabled
 by default.
 .
 Also removes useless 'pass' statements.