Skip to content

Commit

Permalink
fix: Update docstring to not include change requests (#2995)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan authored Nov 17, 2023
1 parent ffda8db commit e3ac7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/import_export/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

3 comments on commit e3ac7ef

@vercel
Copy link

@vercel vercel bot commented on e3ac7ef Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs-flagsmith.vercel.app
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on e3ac7ef Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e3ac7ef Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.