← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264245] Re: Remove unused imports in glance

 

** Changed in: glance
       Status: Fix Committed => Fix Released

** Changed in: glance
    Milestone: None => icehouse-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1264245

Title:
  Remove unused imports in glance

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released

Bug description:
  There are some unused import in glance.  The command 'find . -type f -name "*py" -exec pylint -r n {} \; | grep -E "Unused imp|^\*"' check out one:
  ************* Module glance.tests.unit.test_image_cache
  W: 33,0: Unused import glance

  And there are some can't check out by this command, such as 'import
  domain' in v2.image_data.py.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1264245/+subscriptions


References