diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 21:53:07 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 21:53:07 +0900 |
commit | 5428d94d24dce472e309a31abb3b880548ef92fb (patch) | |
tree | 3a4495dfd666e56c3660b73d1f60dbc532256a16 /tests/roots/test-add_source_parser-conflicts-with-users-setting | |
parent | 860d7ab5062d348ac78dd984045356ea2bb33bb5 (diff) | |
download | sphinx-git-5428d94d24dce472e309a31abb3b880548ef92fb.tar.gz |
Remove coding magic comments from tests
Diffstat (limited to 'tests/roots/test-add_source_parser-conflicts-with-users-setting')
-rw-r--r-- | tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py | 2 | ||||
-rw-r--r-- | tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py b/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py index 00a5a7039..3ad549153 100644 --- a/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py +++ b/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - import os import sys diff --git a/tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py b/tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py index 69898ed91..69ad02db0 100644 --- a/tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py +++ b/tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from docutils.parsers import Parser |