Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 1, 2018
1 parent 628ac14 commit 9beed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/ansible_utils/ansible_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys
import time
import os
from multiprocessing import Process, active_children
from multiprocessing import Process
import subprocess
import signal
import logging
Expand Down

0 comments on commit 9beed32

Please sign in to comment.