We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b962771 commit 9e3fcc4Copy full SHA for 9e3fcc4
1 file changed
samples/feature_variant_sample_with_targeting_accessor.py
@@ -16,6 +16,7 @@
16
with open(script_directory + "/formatted_feature_flags.json", "r", encoding="utf-8") as f:
17
feature_flags = json.load(f)
18
19
+# pylint: disable=invalid-name
20
user_id = "Adam"
21
22
0 commit comments