Skip to content

Commit bf87597

Browse files
committed
add warnings module
1 parent c97f82e commit bf87597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db_dtypes/__init__.py

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

2223
import numpy
2324
import packaging.version

0 commit comments

Comments
 (0)