Skip to content

Commit f507f7f

Browse files
committed
Revert "CLN: Fixed mypy error in test_yqm_offsets.py"
This reverts commit a7b85ed.
1 parent 555f031 commit f507f7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/tseries/offsets/test_offsets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from datetime import date, datetime, time as dt_time, timedelta
2-
from typing import Type
32

43
import numpy as np
54
import pytest
@@ -93,7 +92,7 @@ def test_to_M8():
9392

9493

9594
class Base:
96-
_offset = None # type: Type[DateOffset]
95+
_offset = None
9796
d = Timestamp(datetime(2008, 1, 2))
9897

9998
timezones = [

0 commit comments

Comments
 (0)