From 4983b909831b72b5361aadf573cadd3afaaf8976 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 17 Feb 2022 11:39:46 +0000 Subject: [PATCH] Remove coding comments Everything is unicode in Python 3. Signed-off-by: Stephen Finucane Change-Id: I6a076dc67c461f265ed99878e3959e1992a88189 --- doc/source/conf.py | 2 -- releasenotes/source/conf.py | 1 - swiftclient/__init__.py | 1 - test/unit/test_service.py | 1 - 4 files changed, 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2673d6c5..1c5fc692 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Swiftclient documentation build configuration file, created by # sphinx-quickstart on Tue Apr 17 02:17:37 2012. # diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 0945c81e..a1385e55 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py index dc192afe..38750d10 100644 --- a/swiftclient/__init__.py +++ b/swiftclient/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2012 Rackspace # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/unit/test_service.py b/test/unit/test_service.py index 7f90eb49..8c38bd35 100644 --- a/test/unit/test_service.py +++ b/test/unit/test_service.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2014 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License");