From e3ac7ef063d81f4264b3a03552dd67925e31382b Mon Sep 17 00:00:00 2001 From: Zach Aysan Date: Fri, 17 Nov 2023 11:30:33 -0500 Subject: [PATCH] fix: Update docstring to not include change requests (#2995) --- api/import_export/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/import_export/export.py b/api/import_export/export.py index 0aa106b2e25b..cca4c3205886 100644 --- a/api/import_export/export.py +++ b/api/import_export/export.py @@ -167,7 +167,7 @@ def export_identities(organisation_id: int) -> typing.List[dict]: def export_features(organisation_id: int) -> typing.List[dict]: """ - Export all features and related entities (including ChangeRequests) + Export all features and related entities, except ChangeRequests. """ feature_states = []