Skip to content

Commit b7573aa

Browse files
committed
fix lint and test coverage
1 parent 22526c1 commit b7573aa

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

db_dtypes/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import datetime
1919
import re
2020
from typing import Optional, Union
21-
import warnings
2221

2322
import numpy
2423
import pandas
@@ -31,8 +30,6 @@
3130
from db_dtypes.json import JSONArray, JSONDtype
3231
from db_dtypes.version import __version__
3332

34-
from . import _versions_helpers
35-
3633
date_dtype_name = "dbdate"
3734
time_dtype_name = "dbtime"
3835
_EPOCH = datetime.datetime(1970, 1, 1)

db_dtypes/_versions_helpers.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)