Skip to content

Commit 89f250c

Browse files
committed
Update howto-feature-filters-python.md
1 parent 122786b commit 89f250c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/azure-app-configuration/howto-feature-filters-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ You've added a custom feature filter named **Random** with a **Percentage** para
6868

6969
for i in range(0, 10):
7070
print("Beta is", feature_manager.is_enabled("Beta"))
71-
sleep(5)
7271
```
7372

7473
## Feature filter in action

0 commit comments

Comments
 (0)