Remove unused variable

This commit is contained in:
Frank Denis 2024-09-19 06:37:05 +02:00
parent 8f6e6d5b6f
commit 1f51996f91
2 changed files with 0 additions and 4 deletions

View File

@ -5,8 +5,6 @@
import sys
servers = {}
in_header = True
with sys.stdin as f:

View File

@ -5,8 +5,6 @@
import sys
servers = {}
in_header = True
with sys.stdin as f: