autoflake 2.2.0-1 source package in Ubuntu

Changelog

autoflake (2.2.0-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Thu, 29 Jun 2023 15:25:51 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autoflake_2.2.0-1.dsc 2.2 KiB ccb141915ec7041bfb4f7e376c8e72c1324c698be925e399b44fbd64bfa1fb5f
autoflake_2.2.0.orig.tar.gz 29.8 KiB 94df0c1074844fde53b7b49a360a87ac5f8adb69ae44efa1539d1730f029654e
autoflake_2.2.0-1.debian.tar.xz 3.5 KiB 4947c0556289dca019ac6475151b07a062fee44345c23e3343383f781bb1a4b5

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.