File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.3.1] - 2026-02-18
6+
7+ ### Fixed
8+
9+ - Fix false positive when import and usage are on the same semicolon-separated line
10+ [ #292 ] ( https://github.com/hakancelikdev/unimport/issues/292 )
11+ - Fix nested if statement dispatch not recognized (e.g. TYPE_CHECKING inside version
12+ check) [ #294 ] ( https://github.com/hakancelikdev/unimport/issues/294 )
13+ - Fix incorrect removal of runtime import shadowed by TYPE_CHECKING import
14+ [ #313 ] ( https://github.com/hakancelikdev/unimport/issues/313 )
15+ - Fix import after use in function incorrectly removed
16+ [ #178 ] ( https://github.com/hakancelikdev/unimport/issues/178 )
17+ - Fix subpackage import incorrectly removed when sibling subpackage is used
18+ [ #180 ] ( https://github.com/hakancelikdev/unimport/issues/180 )
19+ - Fix/deduplicate clashing star import suggestions
20+ - Preserve comments when removing unused imports
21+
522## [ 1.3.0] - 2025-08-01
623
724### Added
Original file line number Diff line number Diff line change 1- __version__ = "1.3.0 "
1+ __version__ = "1.3.1 "
22__description__ = "A linter, formatter for finding and removing unused import statements."
You can’t perform that action at this time.
0 commit comments