From f507f7f46f11f283c0cdc4e33cd87a38ad83794b Mon Sep 17 00:00:00 2001 From: Lukas Bentkamp Date: Tue, 15 Oct 2019 22:01:33 +0200 Subject: [PATCH] Revert "CLN: Fixed mypy error in test_yqm_offsets.py" This reverts commit a7b85ed53f5379e543fc61b25e617ab760bdcc09. --- pandas/tests/tseries/offsets/test_offsets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandas/tests/tseries/offsets/test_offsets.py b/pandas/tests/tseries/offsets/test_offsets.py index 5cc10bf00203d..ddf2c6e65b474 100644 --- a/pandas/tests/tseries/offsets/test_offsets.py +++ b/pandas/tests/tseries/offsets/test_offsets.py @@ -1,5 +1,4 @@ from datetime import date, datetime, time as dt_time, timedelta -from typing import Type import numpy as np import pytest @@ -93,7 +92,7 @@ def test_to_M8(): class Base: - _offset = None # type: Type[DateOffset] + _offset = None d = Timestamp(datetime(2008, 1, 2)) timezones = [