Removes unused utf-8 encoding declaration

Following files contain #-*- coding: utf-8 -*- declaration
but don't contain any unicode character

doc/source/conf.py

Change-Id: I021ad39ca71a86c88f8e2591485bcde416d3028f
This commit is contained in:
Anusree 2017-01-20 05:08:51 +05:30
parent 7cd2f2cc6a
commit b5a394112b

View File

@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
#
project = 'python-tackerclient'
# -- General configuration ---------------------------------------------