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
Robert de Vries 2026-05-18 20:25:36 +02:00
parent aa34a9c67d
commit 914a9b473a
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# wolfcrypt documentation build configuration file, created by
# sphinx-quickstart on Fri Apr 29 16:47:53 2016.

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2006-2022 wolfSSL Inc.
#