mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
python: Remove unused imports.
Found by pychecker.
This commit is contained in:
@@ -12,12 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import errno
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
import select
|
||||
import sys
|
||||
import uuid
|
||||
|
||||
import ovs.poller
|
||||
|
@@ -17,7 +17,6 @@ import logging
|
||||
import os
|
||||
import select
|
||||
import socket
|
||||
import sys
|
||||
|
||||
import ovs.poller
|
||||
import ovs.socket_util
|
||||
|
Reference in New Issue
Block a user