diff --git a/doc/source/conf.py b/doc/source/conf.py index 7294f05..013e1b0 100644 --- a/doc/source/conf.py +++ b/doc/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/karbor_dashboard/__init__.py b/karbor_dashboard/__init__.py index 424e6a9..81782db 100644 --- a/karbor_dashboard/__init__.py +++ b/karbor_dashboard/__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