Skip to content

Commit

Permalink
Merge pull request #213 from Unleash/fix/remove-obsolete-arg
Browse files Browse the repository at this point in the history
fix: removes docstring ref to `default_value` argument.
  • Loading branch information
thomasheartman authored Jun 27, 2022
2 parents 38959f9 + af592d0 commit 3d15865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnleashClient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def is_enabled(self,
:param feature_name: Name of the feature
:param context: Dictionary with context (e.g. IPs, email) for feature toggle.
:param default_value: Allows override of default value. (DEPRECIATED, used fallback_function instead!)
:param fallback_function: Allows users to provide a custom function to set default value.
:return: Feature flag result
"""
Expand Down

0 comments on commit 3d15865

Please sign in to comment.