Remove unnecessary UTF-8 encoding declarations.
PEP 3120 makes UTF-8 the default encoding, so a UTF-8 encoding declaration is unnecessary.pull/123/head
parent
aa34a9c67d
commit
914a9b473a
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# wolfcrypt documentation build configuration file, created by
|
||||
# sphinx-quickstart on Fri Apr 29 16:47:53 2016.
|
||||
|
|
|
|||
Loading…
Reference in New Issue