Skip to content

Commit 0e441d1

Browse files
Potential fix for code scanning alert no. 8: Unused global variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 12a33a0 commit 0e441d1

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)