Skip to content

Commit 99bb06a

Browse files
committed
Update __init__.py
1 parent c9b27f0 commit 99bb06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shapefile/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
TRIANGLE_FAN,
4242
TRIANGLE_STRIP,
4343
)
44+
from ._doctest_runner import _replace_remote_url
4445
from .exceptions import GeoJSON_Error, RingSamplingError, ShapefileException
4546
from .geometric_calculations import bbox_overlap
4647
from .helpers import _Array, fsdecode_if_pathlike
@@ -184,6 +185,7 @@
184185
"ShapeRecords",
185186
"bbox_overlap",
186187
"main",
188+
"_replace_remote_url",
187189
]
188190

189191
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)