Skip to content

Commit

Permalink
unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed Mar 24, 2015
1 parent c87e6d6 commit 39c3b15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/integration/test_requests.py
@@ -1,18 +1,17 @@
# -*- coding: utf-8 -*-
'''Test requests' interaction with vcr'''

# coding=utf-8

import pytest
import vcr
from assertions import assert_cassette_empty, assert_is_json


requests = pytest.importorskip("requests")


@pytest.fixture(params=["https", "http"])
def scheme(request):
"""
Fixture that returns both http and https
"""
'''Fixture that returns both http and https.'''
return request.param


Expand Down

0 comments on commit 39c3b15

Please sign in to comment.