summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-02-17 11:39:46 +0000
committerStephen Finucane <stephenfin@redhat.com>2022-03-21 18:29:25 +0000
commit4983b909831b72b5361aadf573cadd3afaaf8976 (patch)
tree9462a129a2f307e8fbcedcc9320d3e1d88f55eab
parent3d10744c55d8cfddcd486a3e8521333b9cf606e1 (diff)
downloadpython-swiftclient-4983b909831b72b5361aadf573cadd3afaaf8976.tar.gz
Remove coding comments
Everything is unicode in Python 3. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I6a076dc67c461f265ed99878e3959e1992a88189
-rw-r--r--doc/source/conf.py2
-rw-r--r--releasenotes/source/conf.py1
-rw-r--r--swiftclient/__init__.py1
-rw-r--r--test/unit/test_service.py1
4 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 2673d6c..1c5fc69 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 0945c81..a1385e5 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 dc192af..38750d1 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 7f90eb4..8c38bd3 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");