Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Oct 17, 2023
1 parent 30f41a0 commit a0390bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,13 +8,13 @@ Automatically update ImportFrom statements to "import modules, not objects".

From within your project's virtual environment, install `codemodimportfrom` (as a dev dependency). e.g.

```
```sh
pip install codemodimportfrom
```

## Usage

```
```sh
# Transform all ImportFrom statements in the file path/to/file.py
codemodimportfrom path/to/file.py

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codemodimportfrom"
version = "0.7.0"
version = "0.8.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down

0 comments on commit a0390bc

Please sign in to comment.