Skip to content

Commit 4816dbb

Browse files
committed
Skip doctest
1 parent f28dce0 commit 4816dbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pygmt/src/hlines.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
import numpy as np
88
from pygmt.exceptions import GMTInvalidInput
99

10+
__doctest_skip__ = ["hlines"]
11+
1012

1113
def hlines(
1214
self,

0 commit comments

Comments
 (0)