Skip to content

Commit 8035747

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/peakrdl_markdown/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pathlib import Path
1313
from typing import List, Optional, Union
1414

15-
from py_markdown_table.markdown_table import markdown_table # type:ignore
15+
from py_markdown_table.markdown_table import markdown_table # type: ignore
1616
from systemrdl.messages import MessageHandler # type: ignore
1717
from systemrdl.node import ( # type: ignore
1818
AddressableNode,

0 commit comments

Comments
 (0)