Skip to content

Commit 68ae0b1

Browse files
committed
Drop "coding: utf-8" implied by python3
1 parent 8f4825a commit 68ae0b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+0
-49
lines changed

test/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

test/test_backends.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

test/test_invocation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

test/test_modules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

testinfra/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

testinfra/backend/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

testinfra/backend/ansible.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

testinfra/backend/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

testinfra/backend/docker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

testinfra/backend/kubectl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)