We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949056d commit 9275638Copy full SHA for 9275638
intercom/lib/flat_store.py
@@ -10,7 +10,7 @@ def __init__(self, *args, **kwargs):
10
self.update(*args, **kwargs)
11
12
def __setitem__(self, key, value):
13
- if not (
+ if value is not None and not (
14
isinstance(value, numbers.Real) or
15
isinstance(value, six.string_types)
16
):
0 commit comments