From 62a15fa4071d0711b2b97771b981d527c1c4af10 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sat, 27 Oct 2018 23:50:39 -0400 Subject: [PATCH] STYLE: lint --- pandas/tests/api/test_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/tests/api/test_api.py b/pandas/tests/api/test_api.py index 57268a51121ad..bb544d2ee81fd 100644 --- a/pandas/tests/api/test_api.py +++ b/pandas/tests/api/test_api.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- import sys -import pytest import pandas as pd from pandas import api from pandas.util import testing as tm