summaryrefslogtreecommitdiff
path: root/nova/availability_zones.py
diff options
context:
space:
mode:
authorSean Dague <sdague@linux.vnet.ibm.com>2013-01-09 16:00:36 -0500
committerSean Dague <sdague@linux.vnet.ibm.com>2013-01-10 08:57:09 -0500
commit5fca1d9e97913af549adaef0827b189540fc87fa (patch)
tree2a090d66f2288a0972eec2a1c65e4cc2ddeaee1b /nova/availability_zones.py
parent8143021bdb5ec10ea60a6613e29bdc9347701a04 (diff)
downloadnova-5fca1d9e97913af549adaef0827b189540fc87fa.tar.gz
fix new N402 errors
fix the N402 errors that have slipped in in the last 48 hrs since starting this patch series. fix an N401 error that our scanner current can't find because it only looks for doc strings on classes and defs. this is the xeno's paradox of patch series, but we're getting close. Change-Id: I4a763bb4c812335d853eae05c72464f18ab93297
Diffstat (limited to 'nova/availability_zones.py')
-rw-r--r--nova/availability_zones.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/availability_zones.py b/nova/availability_zones.py
index c08e029cf9..cb5cce591f 100644
--- a/nova/availability_zones.py
+++ b/nova/availability_zones.py
@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-""" utilities for multiple APIs"""
+"""utilities for multiple APIs."""
from nova import db
from nova.openstack.common import cfg