summaryrefslogtreecommitdiff
path: root/msgpack
diff options
context:
space:
mode:
Diffstat (limited to 'msgpack')
-rw-r--r--msgpack/fallback.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/msgpack/fallback.py b/msgpack/fallback.py
index 263e74e..9f6665b 100644
--- a/msgpack/fallback.py
+++ b/msgpack/fallback.py
@@ -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