Skip to content

Commit 15dea31

Browse files
committed
Updates
1 parent 05dd69c commit 15dea31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ or from [GitHub :lucide-arrow-up-right:](https://github.com/cssnr/npmstat/releas
4949
brew install cssnr/tap/npmstat # (1)!
5050
```
5151

52-
1. Tap Source: <https://github.com/cssnr/homebrew-tap>
52+
1. Tap Source: [https://github.com/cssnr/homebrew-tap](https://github.com/cssnr/homebrew-tap/?tab=readme-ov-file#readme)
5353

5454
=== "github"
5555

src/npmstat/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import sys
2-
from typing import Any, Optional, Literal
2+
from typing import Any, Literal, Optional
33

44
import typer
5-
from rich import print, print_json, box
5+
from rich import box, print, print_json
66
from rich.table import Table
77
from typing_extensions import Annotated
88

0 commit comments

Comments
 (0)