Skip to content

Commit d092123

Browse files
author
Michael Brewer
committed
chore: correct indent
1 parent 6726fa6 commit d092123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws_lambda_powertools/utilities/feature_flags/feature_flags.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ def get_enabled_features(self, *, context: Optional[Dict[str, Any]] = None) -> L
217217
218218
**Example**
219219
220-
```python
221-
["premium_features", "my_feature_two", "always_true_feature"]
222-
```
220+
```python
221+
["premium_features", "my_feature_two", "always_true_feature"]
222+
```
223223
224224
Raises
225225
------

0 commit comments

Comments
 (0)