Skip to content

Commit cc1bb2a

Browse files
treewide: drop unused imports
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent 3259017 commit cc1bb2a

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

labgrid/driver/httpvideodriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=no-member
22
import subprocess
3-
from urllib.parse import urlsplit, urlunsplit
3+
from urllib.parse import urlsplit
44

55
import attr
66

labgrid/driver/shelldriver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import io
55
import logging
66
import re
7-
import time
87
import shlex
98
import ipaddress
109

labgrid/remote/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
coordinator, acquire a place and interact with the connected resources"""
33
import argparse
44
import asyncio
5-
import atexit
65
import contextlib
76
import enum
87
import os

0 commit comments

Comments
 (0)