Skip to content

Commit

Permalink
use from
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 19, 2024
1 parent e252033 commit 2448f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lightning_utilities/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

def main() -> None:
"""CLI entry point."""
import fire
from fire import Fire

fire.Fire({
Fire({
"requirements": {
"prune-pkgs": prune_pkgs_in_requirements,
"set-oldest": replace_oldest_ver,
Expand Down

0 comments on commit 2448f52

Please sign in to comment.