There was an error while loading. Please reload this page.
1 parent c65528c commit e281759Copy full SHA for e281759
1 file changed
src/pytfe/resources/_base.py
@@ -36,7 +36,6 @@ def _list(
36
# meta.pagination block (e.g. workspace /vars and /all-vars). Callers
37
# opt those out so we issue exactly one request and never loop trying to
38
# fetch a "next" page that re-returns the same set
39
- # (see hashicorp/python-tfe#181).
40
if not paginated:
41
r = self.t.request("GET", path, params=base_params)
42
json_response = r.json()
0 commit comments