From fa927890249838599b6cd708138698a588642d59 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 22 Dec 2016 10:08:08 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding The following files added utf-8 encoding but never used. So we can remove them at all. automaton/_utils.py automaton/converters/pydot.py automaton/exceptions.py automaton/machines.py automaton/runners.py automaton/tests/test_fsm.py Change-Id: I6b3b4f3b0b53cc4223cdea02e3cda8cd548a4115 --- automaton/_utils.py | 2 -- automaton/converters/pydot.py | 2 -- automaton/exceptions.py | 2 -- automaton/machines.py | 2 -- automaton/runners.py | 2 -- automaton/tests/test_fsm.py | 2 -- 6 files changed, 12 deletions(-) diff --git a/automaton/_utils.py b/automaton/_utils.py index 49feb02..8cd338b 100644 --- a/automaton/_utils.py +++ b/automaton/_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/automaton/converters/pydot.py b/automaton/converters/pydot.py index a12be66..415adc5 100644 --- a/automaton/converters/pydot.py +++ b/automaton/converters/pydot.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/automaton/exceptions.py b/automaton/exceptions.py index 386225b..069b98b 100644 --- a/automaton/exceptions.py +++ b/automaton/exceptions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/automaton/machines.py b/automaton/machines.py index 469d84e..d6211e9 100644 --- a/automaton/machines.py +++ b/automaton/machines.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/automaton/runners.py b/automaton/runners.py index 5aa36fa..af8d463 100644 --- a/automaton/runners.py +++ b/automaton/runners.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/automaton/tests/test_fsm.py b/automaton/tests/test_fsm.py index f78728a..bbdb9a8 100644 --- a/automaton/tests/test_fsm.py +++ b/automaton/tests/test_fsm.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may