Skip to content

Commit

Permalink
Merge pull request #483 from mplsgrant/fix-api-import
Browse files Browse the repository at this point in the history
fix api import
  • Loading branch information
mplsgrant authored Aug 23, 2024
2 parents 092b1b5 + 37101e8 commit 403fdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/apidocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from click import Context
from tabulate import tabulate

from warnet.cli.main import cli
from warnet.main import cli

file_path = Path(os.path.dirname(os.path.abspath(__file__))) / ".." / ".." / "docs" / "warcli.md"

Expand Down

0 comments on commit 403fdbc

Please sign in to comment.