Skip to content

Commit 9e3fcc4

Browse files
committed
Update feature_variant_sample_with_targeting_accessor.py
1 parent b962771 commit 9e3fcc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/feature_variant_sample_with_targeting_accessor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
with open(script_directory + "/formatted_feature_flags.json", "r", encoding="utf-8") as f:
1717
feature_flags = json.load(f)
1818

19+
# pylint: disable=invalid-name
1920
user_id = "Adam"
2021

2122

0 commit comments

Comments
 (0)