Skip to content

Commit

Permalink
cpickle isnt needed thats py2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeftor committed Apr 5, 2022
1 parent 611d12b commit e51b2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions workflow/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@


import os

try:
import cPickle as pickle
except:
import pickle

import pickle
import signal
import subprocess
import sys
Expand Down
7 changes: 1 addition & 6 deletions workflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@
import logging
import logging.handlers
import os

try:
import cPickle as pickle
except:
import pickle

import pickle
import plistlib
import re
import shutil
Expand Down

0 comments on commit e51b2cc

Please sign in to comment.