autoflake 2.0.1-1 source package in Ubuntu

Changelog

autoflake (2.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright year.
  * Update Standards-Version.

 -- Edward Betts <edward@4angle.com>  Wed, 01 Feb 2023 20:25:51 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autoflake_2.0.1-1.dsc 2.2 KiB f4e5f54c744f43f4d4a0aee19d4fae7926211a65bd071ae3636541bb42a4f7d3
autoflake_2.0.1.orig.tar.gz 29.6 KiB 6904291dd41e32651e8d232245d59f3a90fa1c5deab96aae89bd4614ff6d1ff9
autoflake_2.0.1-1.debian.tar.xz 3.4 KiB 54765b21f1ad58525fa3d0280fe39b316a30052595ce33da19d3376212e44ea2

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.