Skip to content

Commit b791dd8

Browse files
author
Tom Augspurger
committed
alias
1 parent 5bab24a commit b791dd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pystac_client/item_search.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@
7676

7777
OPS = list(OP_MAP.keys())
7878

79-
DEFAULT_LIMIT_AND_MAX_ITEMS = 100
79+
# Previously named DEFAULT_LIMIT_AND_MAX_ITEMS
80+
# aliased for backwards compat
81+
# https://github.com/stac-utils/pystac-client/pull/273
82+
DEFAUL_LIMIT = DEFAULT_LIMIT_AND_MAX_ITEMS = 100
8083

8184

8285
# from https://gist.github.com/angstwad/bf22d1822c38a92ec0a9#gistcomment-2622319

0 commit comments

Comments
 (0)