Remove unused import.

This commit is contained in:
Florian Bruhin 2015-11-23 14:49:37 +01:00
parent 7a82bb55e4
commit 162c8b30e6

View File

@ -17,8 +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 logging
import pytest_bdd as bdd
bdd.scenarios('set.feature')