Skip to content

Commit

Permalink
Revert "CLN: Fixed mypy error in test_yqm_offsets.py"
Browse files Browse the repository at this point in the history
This reverts commit a7b85ed.
  • Loading branch information
lukasbk committed Oct 15, 2019
1 parent 555f031 commit f507f7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/tests/tseries/offsets/test_offsets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from datetime import date, datetime, time as dt_time, timedelta
from typing import Type

import numpy as np
import pytest
Expand Down Expand Up @@ -93,7 +92,7 @@ def test_to_M8():


class Base:
_offset = None # type: Type[DateOffset]
_offset = None
d = Timestamp(datetime(2008, 1, 2))

timezones = [
Expand Down

0 comments on commit f507f7f

Please sign in to comment.