Delete unnecessary utf-8 coding

The file was added redundant utf-8 coding by some editor.
we can delete it .

Change-Id: Iac814d97c435b5620ecb2c333218e044255f4bb8
This commit is contained in:
gecong1973 2016-12-27 10:22:00 +08:00
parent bc9e947f9b
commit 1325a99cee
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# openstack-ansible-plugins documentation build configuration file, created by
# sphinx-quickstart on Mon Apr 13 20:42:26 2015.

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at