heat/heat/api/cfn/v1
Dmitriy Uvarenkov 38db9f440e Remove unnecessary checks
Service's _get_stack method already checks
whether the stack is None and if it is, throws
an exception. So methods that use _get_stack
do not need to check the same thing.
Also, looks like there is no way that stack's
self.raw_template.template or self.raw_template.template
can be None or blank, so removed such checks as well
with corresponding tests.

Change-Id: I83d6e9251e0f7b6cacb0ddcfe1a3bc5dcf57d1c3
2016-07-12 14:46:03 +03:00
..
__init__.py Fix [H405] pep rule in heat/api 2015-09-24 16:22:25 +03:00
signal.py Fix [H405] pep rule in heat/api 2015-09-24 16:22:25 +03:00
stacks.py Remove unnecessary checks 2016-07-12 14:46:03 +03:00