autoflake 2.2.1-2 source package in Ubuntu

Changelog

autoflake (2.2.1-2) unstable; urgency=medium

  * Fix tests to work with Python 3.12. (Closes: #1056229, #1058393)

 -- Edward Betts <edward@4angle.com>  Sun, 24 Dec 2023 11:12:04 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autoflake_2.2.1-2.dsc 2.2 KiB d8f101354525758805d3ab1c295b16936655d24c93d93912538f1a2eff760d46
autoflake_2.2.1.orig.tar.gz 29.7 KiB 7fc9e239ca035c10a66200866cb413db43b6bf7f344c6635e33fe8784e7c48d1
autoflake_2.2.1-2.debian.tar.xz 3.9 KiB a38b5a51b8ee0230cee8d8c7705a24d4c2b172aeefbf4f35af8cc75468a27324

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.