Skip to content

Commit 05c870e

Browse files
Pass doctest
1 parent 4c6f14a commit 05c870e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pins/boards.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ def board_deparse(board: BaseBoard):
770770
771771
The example below deparses a board connected to Posit Connect.
772772
773+
>>> from pins.constructors import board_connect
773774
>>> board_deparse(board_connect(server_url="http://example.com", api_key="xxx"))
774775
"board_connect(server_url='http://example.com')"
775776
@@ -779,6 +780,7 @@ def board_deparse(board: BaseBoard):
779780
780781
Below is an example of representing a board connected to a local folder.
781782
783+
>>> from pins.constructors import board_folder
782784
>>> board_deparse(board_folder("a/b/c"))
783785
"board_folder('a/b/c')"
784786

0 commit comments

Comments
 (0)