We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bf8623 + cc1bb2a commit 2437f0fCopy full SHA for 2437f0f
3 files changed
labgrid/driver/httpvideodriver.py
@@ -1,7 +1,8 @@
1
# pylint: disable=no-member
2
import subprocess
3
+from urllib.parse import urlsplit
4
+
5
import attr
-from urllib.parse import urlsplit, urlunsplit
6
7
from .common import Driver
8
from ..factory import target_factory
labgrid/driver/shelldriver.py
@@ -4,7 +4,6 @@
import io
import logging
import re
-import time
import shlex
9
import ipaddress
10
labgrid/remote/client.py
@@ -2,7 +2,6 @@
coordinator, acquire a place and interact with the connected resources"""
import argparse
import asyncio
-import atexit
import contextlib
import enum
import os
0 commit comments