1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/rng/tests: fix flake8 F401 issue

F401 'pexpect' imported but unused
This commit is contained in:
Alexandre Abadie 2017-12-20 16:42:59 +01:00
parent 2a0b34d25d
commit 3b55a73ced

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import pexpect
import sys
import os
import re