riotctrl_shell: remove unneeded variables and imports

This commit is contained in:
Martine S. Lenders 2020-07-04 12:18:29 +02:00
parent 60469026cf
commit bf5d66757a
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -4,15 +4,11 @@
# General Public License v2.1. See the file LICENSE in the top level # General Public License v2.1. See the file LICENSE in the top level
# directory for more details. # directory for more details.
import logging
import riotctrl_shell.gnrc import riotctrl_shell.gnrc
from .common import init_ctrl from .common import init_ctrl
logger = logging.getLogger(__name__)
def test_ping6(): def test_ping6():
rc = init_ctrl() rc = init_ctrl()
si = riotctrl_shell.gnrc.GNRCICMPv6Echo(rc) si = riotctrl_shell.gnrc.GNRCICMPv6Echo(rc)