Skip to content

Commit

Permalink
pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Jun 29, 2017
1 parent bafc808 commit 9b08a27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packtivity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import time
import logging
import yadageschemas
import syncbackends
import os
from datetime import datetime
import utils

Expand Down
1 change: 0 additions & 1 deletion packtivity/handlers/environment_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def run_docker_with_script(context,environment,job,log):
script = job['script']
interpreter = job['interpreter']

do_cvmfs = 'CVMFS' in environment['resources']
log.debug('script is:')
log.debug('\n--------------\n'+script+'\n--------------')
docker_mod = prepare_docker_context(context,environment,log)
Expand Down

0 comments on commit 9b08a27

Please sign in to comment.