Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LexiconCode committed Aug 21, 2019
1 parent 098ba83 commit d04c129
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions castervoice/lib/ctrl/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
@author: synkarius
'''

try:
import mock
except ImportError:
from unittest import mock

import os, sys, socket, time, pkg_resources, subprocess, inspect
import setuptools
import os, sys, socket, time, pkg_resources, subprocess
from pkg_resources import VersionConflict, DistributionNotFound
from subprocess import Popen

Expand Down

0 comments on commit d04c129

Please sign in to comment.