Skip to content

Commit 3d1871d

Browse files
authored
Merge pull request #23 from ISISComputingGroup/alert-autofix-8
Potential fix for code scanning alert no. 8: Unused global variable
2 parents 12a33a0 + 0e441d1 commit 3d1871d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/saluki/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
logging.basicConfig(level=logging.INFO)
1111

1212
_LISTEN = "listen"
13-
_PRODUCE = "produce"
1413
_CONSUME = "consume"
1514

1615

0 commit comments

Comments
 (0)