Add some test for timestamp (#403)

This commit is contained in:
Inada Naoki 2020-02-06 22:11:04 +09:00 committed by GitHub
parent ff1f5f89d9
commit 9d79351e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 35 deletions

View file

@ -77,13 +77,7 @@ else:
newlist_hint = lambda size: []
from .exceptions import (
BufferFull,
OutOfData,
ExtraData,
FormatError,
StackError,
)
from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError
from .ext import ExtType, Timestamp