Skip to content

Commit

Permalink
Allow msgpack to be accessed easily by reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d committed Dec 17, 2019
1 parent 89b01b5 commit 8c99fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/winrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)
from salt.ext import six
import salt.utils.gitfs
import salt.utils.msgpack
import salt.utils.msgpack as msgpack
# pylint: enable=unused-import

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 8c99fe9

Please sign in to comment.