Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update pickle version
  • Loading branch information
kthoden committed Dec 17, 2020
1 parent db71471 commit 09cc233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showpickle.py
Expand Up @@ -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')
Expand Down

0 comments on commit 09cc233

Please sign in to comment.