From 4983b909831b72b5361aadf573cadd3afaaf8976 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 17 Feb 2022 11:39:46 +0000 Subject: Remove coding comments Everything is unicode in Python 3. Signed-off-by: Stephen Finucane Change-Id: I6a076dc67c461f265ed99878e3959e1992a88189 --- swiftclient/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'swiftclient') 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"); -- cgit v1.2.1