A tool to automatically replace 'import *' imports with explicit imports in files
Project description
Tool to automatically replace import *
imports with explicit imports
Requires pyflakes. Somewhat inspired by autoflake.
Limitations:
- Only works with relative imports at the moment
- Does not work correctly with recursive star imports
- Assumes only names in the current file are used by star imports
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
removestar-1.0.tar.gz
(19.9 kB
view hashes)