From 2d4025b002c2275b7196b191efddd4fad1f6521e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 4 Nov 2021 10:41:39 +0000 Subject: [PATCH] Remove unnecessary 'coding' lines Everything is unicode in Python 3. No need for these anymore. Signed-off-by: Stephen Finucane Change-Id: I722095c41c8e014b38bfbb16aaecae0023fcf3a8 --- debtcollector/__init__.py | 2 -- debtcollector/_utils.py | 2 -- debtcollector/fixtures/disable.py | 2 -- debtcollector/moves.py | 2 -- debtcollector/renames.py | 2 -- debtcollector/tests/base.py | 2 -- debtcollector/updating.py | 2 -- doc/source/conf.py | 2 -- releasenotes/source/conf.py | 1 - 9 files changed, 17 deletions(-) diff --git a/debtcollector/__init__.py b/debtcollector/__init__.py index 8bdde13..409ca06 100644 --- a/debtcollector/__init__.py +++ b/debtcollector/__init__.py @@ -1,5 +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/debtcollector/_utils.py b/debtcollector/_utils.py index 6e4ff08..2c36454 100644 --- a/debtcollector/_utils.py +++ b/debtcollector/_utils.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2015 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/debtcollector/fixtures/disable.py b/debtcollector/fixtures/disable.py index 47af536..5db1f85 100644 --- a/debtcollector/fixtures/disable.py +++ b/debtcollector/fixtures/disable.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2015 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/debtcollector/moves.py b/debtcollector/moves.py index 519a9b3..0f50aa7 100644 --- a/debtcollector/moves.py +++ b/debtcollector/moves.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2015 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/debtcollector/renames.py b/debtcollector/renames.py index 228f42d..27235f4 100644 --- a/debtcollector/renames.py +++ b/debtcollector/renames.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2015 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/debtcollector/tests/base.py b/debtcollector/tests/base.py index 5154326..7e8cde6 100644 --- a/debtcollector/tests/base.py +++ b/debtcollector/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # diff --git a/debtcollector/updating.py b/debtcollector/updating.py index af071bf..5578010 100644 --- a/debtcollector/updating.py +++ b/debtcollector/updating.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2015 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/doc/source/conf.py b/doc/source/conf.py index c59a1bf..d275cff 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2020 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import datetime import os import sys diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 0a4abe9..7199dc8 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