Remove unused imports in setup.py
Then glob and os modules are not being used and no longer need to be imported. Change-Id: I0d9862811338fe6c8014c2c50c78c2cca721f9d0
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
import glob
|
||||
import os
|
||||
|
||||
import setuptools
|
||||
|
||||
from nova.openstack.common import setup as common_setup
|
||||
|
||||
Reference in New Issue
Block a user