Remove unused import

This commit is contained in:
Florian Bruhin 2016-11-24 08:50:54 +01:00
parent 34dd30e984
commit 98dc92fe16

View File

@ -17,7 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
import re
import pytest_bdd as bdd
bdd.scenarios('completion.feature')