Skip to content

Commit

Permalink
Update pickle version
Browse files Browse the repository at this point in the history
kthoden committed Dec 17, 2020

Unverified

No user is associated with the committer email.
1 parent db71471 commit 09cc233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showpickle.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

import argparse
import logging
import pickle
import pickle5 as pickle
import pprint

logging.basicConfig(level=logging.DEBUG, format=' %(asctime)s - %(levelname)s - %(message)s')

0 comments on commit 09cc233

Please sign in to comment.