We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e8ce5 commit 0b94c65Copy full SHA for 0b94c65
_delphi_utils_python/delphi_utils/signal.py
@@ -52,4 +52,4 @@ def public_signal(signal):
52
for index in range(len(epidata_df)):
53
if epidata_df['signal'][index] == signal:
54
return True
55
- return False
+ return False
0 commit comments