mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Lint Python code with flake8 and isort
This commit is contained in:
committed by
Brennan Ashton
parent
2b309349fe
commit
15932fa9ea
+1
-2
@@ -20,8 +20,7 @@
|
||||
############################################################################
|
||||
|
||||
import array
|
||||
import time
|
||||
from socket import *
|
||||
from socket import AF_INET, SO_BROADCAST, SOCK_DGRAM, SOL_SOCKET, socket, timeout
|
||||
|
||||
PORT = 96
|
||||
|
||||
|
||||
Reference in New Issue
Block a user