summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/exceptions.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-20 13:43:08 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-20 13:43:08 +0800
commite97e0b12f8aa84d136e619902c95303333fb3a6c (patch)
treef2df8fb0de9c03baba5012ea68916640d4278c46 /lcm/lcm/pub/exceptions.py
parent3ac66a9fad25031ca3976cd9f14fe2c5f0162535 (diff)
Modify vnflcm code according to PEP8 standard
Change-Id: I8df05103e9f7e4659a1a845bce5fd8810d5f5f17 Issue-ID: VFC-395 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/lcm/pub/exceptions.py')
-rw-r--r--lcm/lcm/pub/exceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lcm/lcm/pub/exceptions.py b/lcm/lcm/pub/exceptions.py
index 274c0d06..6249dd4e 100644
--- a/lcm/lcm/pub/exceptions.py
+++ b/lcm/lcm/pub/exceptions.py
@@ -12,6 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-
class NFLCMException(Exception):
pass