Explorar el Código

chore: Remove unused imports

Mike Wang hace 2 años
padre
commit
30acbaadaa
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      natter-check/natter-check.py

+ 0 - 3
natter-check/natter-check.py

@@ -19,13 +19,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 '''
 
 import os
-import re
 import sys
 import time
 import socket
 import struct
-import platform
-import subprocess
 
 __version__ = "2.0-dev"