From 914a9b473ad956e034636fe661fbc9565304f2ac Mon Sep 17 00:00:00 2001 From: Robert de Vries Date: Mon, 18 May 2026 20:25:36 +0200 Subject: [PATCH] Remove unnecessary UTF-8 encoding declarations. PEP 3120 makes UTF-8 the default encoding, so a UTF-8 encoding declaration is unnecessary. --- docs/conf.py | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 34908a1..5bf5fc7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # wolfcrypt documentation build configuration file, created by # sphinx-quickstart on Fri Apr 29 16:47:53 2016. diff --git a/setup.py b/setup.py index 805262c..c70e0a8 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # # Copyright (C) 2006-2022 wolfSSL Inc. #