Skip to content

Commit f3669fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cbbef74 commit f3669fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/nb.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
18-
"from dargs.sphinx import _test_argument\n",
18+
"from __future__ import annotations\n",
19+
"\n",
1920
"from dargs.notebook import JSON\n",
21+
"from dargs.sphinx import _test_argument\n",
2022
"\n",
2123
"jstr = \"\"\"\n",
2224
"{\n",

0 commit comments

Comments
 (0)