Removes unnecessary utf-8 encoding

The following file added utf-8 encoding but never used. So we can
removes them at all.

keystoneauth1/tests/unit/extras/kerberos/base.py

Change-Id: I82ee422cd40dd0b7e584b566fb073fc1583396c7
This commit is contained in:
Cao Xuan Hoang 2016-12-22 09:30:50 +07:00
parent 7c2d2220c3
commit a142082b10
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2010-2011 OpenStack Foundation
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#