Skip to content

Commit 403fdbc

Browse files
authored
Merge pull request #483 from mplsgrant/fix-api-import
fix api import
2 parents 092b1b5 + 37101e8 commit 403fdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/apidocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from click import Context
88
from tabulate import tabulate
99

10-
from warnet.cli.main import cli
10+
from warnet.main import cli
1111

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

0 commit comments

Comments
 (0)