Skip to content

Commit

Permalink
fix jq pub
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Jan 12, 2018
1 parent e175144 commit aebd13d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packtivity/handlers/publisher_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import click
import copy
import logging
import jq
import os
from six import string_types

Expand Down
3 changes: 0 additions & 3 deletions packtivity/statecontexts/posixfs_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
import json
import logging
import checksumdir
import copy
from ..utils import leaf_iterator
import packtivity.utils as utils
from packtivity.typedleafs import TypedLeafs
log = logging.getLogger(__name__)

class LocalFSState(object):
Expand Down

0 comments on commit aebd13d

Please sign in to comment.