Skip to content

Commit 2437f0f

Browse files
authored
Merge pull request labgrid-project#883 from Bastian-Krause/bst/import-fixes
Import fixes
2 parents 3bf8623 + cc1bb2a commit 2437f0f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

labgrid/driver/httpvideodriver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# pylint: disable=no-member
22
import subprocess
3+
from urllib.parse import urlsplit
4+
35
import attr
4-
from urllib.parse import urlsplit, urlunsplit
56

67
from .common import Driver
78
from ..factory import target_factory

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)