Skip to content

Commit 25a3001

Browse files
committed
Updated constants.py
1 parent 2fb5ce9 commit 25a3001

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
CONTAINS SIGNAL REGISTRY
2+
Registry for signal names
33
"""
44
COVIDNET = "covidnet"
5-
SIGNALS = [COVIDNET]
5+
SAMPLE = "sample"
6+
SIGNALS = [COVIDNET, SAMPLE]

0 commit comments

Comments
 (0)