Skip to content

Commit e281759

Browse files
committed
upd comment
1 parent c65528c commit e281759

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pytfe/resources/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def _list(
3636
# meta.pagination block (e.g. workspace /vars and /all-vars). Callers
3737
# opt those out so we issue exactly one request and never loop trying to
3838
# fetch a "next" page that re-returns the same set
39-
# (see hashicorp/python-tfe#181).
4039
if not paginated:
4140
r = self.t.request("GET", path, params=base_params)
4241
json_response = r.json()

0 commit comments

Comments
 (0)