From dc97d348818ef785ba627fe9989aa82af68576e1 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 4 Mar 2016 07:54:44 +0000 Subject: [PATCH] fix test_webapi --- tests/test_webapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_webapi.py b/tests/test_webapi.py index 37f8e0a..31b5445 100644 --- a/tests/test_webapi.py +++ b/tests/test_webapi.py @@ -2,7 +2,7 @@ import unittest import mock import vcr -from steam.webapi import WebAPI, requests +from steam.webapi import WebAPI from steam.enums import EType, EUniverse test_api_key = 'test_api_key'