← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264245] [NEW] Remove unused imports in glance

 

Public bug reported:

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.

** Affects: glance
     Importance: Undecided
     Assignee: Lee Li (lilinguo)
         Status: New

** Changed in: glance
     Assignee: (unassigned) => Lee Li (lilinguo)

-- 
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):
  New

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


Follow ups

References