mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
rm pdb
This commit is contained in:
parent
47e5cb8da1
commit
34e48b394a
2 changed files with 2 additions and 4 deletions
|
@ -145,8 +145,8 @@ select = [
|
|||
"D210", "D211",
|
||||
# emptiness
|
||||
"D419",
|
||||
|
||||
|
||||
# no pdb
|
||||
"T100",
|
||||
]
|
||||
ignore = [
|
||||
"ANN101", "ANN102", "ANN401", "ANN204",
|
||||
|
|
|
@ -39,7 +39,6 @@ as ``S32`` isoformatted byte strings (timezones optional) like:
|
|||
|
||||
"""
|
||||
|
||||
import pdb
|
||||
import sys
|
||||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
|
@ -322,7 +321,6 @@ class H5Interface(Interface):
|
|||
"""
|
||||
if h5py.h5t.check_string_dtype(array.dtype):
|
||||
# check for datetimes
|
||||
pdb.set_trace()
|
||||
try:
|
||||
if array[0].dtype.type is np.datetime64:
|
||||
return np.datetime64
|
||||
|
|
Loading…
Reference in a new issue