diff --git a/borg/helpers.py b/borg/helpers.py index 10ee0441a..a0eb0cb9e 100644 --- a/borg/helpers.py +++ b/borg/helpers.py @@ -16,8 +16,6 @@ from datetime import datetime, timezone, timedelta from fnmatch import translate from operator import attrgetter -import msgpack - def have_cython(): """allow for a way to disable Cython includes @@ -37,6 +35,7 @@ if have_cython(): from . import hashindex from . import chunker from . import crypto + import msgpack class Error(Exception):