Expand description
Import formatting utilities
This module provides functions for formatting Python import statements according to PEP 8 and common formatting standards (isort, Black).
Functionsยง
- format_
imports - Format a list of imports, merging same-package imports where appropriate
- merge_
package_ imports - Merge multiple imports from the same package with configurable formatting