Skip to content

Commit e36bffa

Browse files
authored
Remove unnecessary utf-8 encoding declarations (#2353)
* 🧹 clean unnecessary utf-8 encoding declaration * 📝 add newsfragment.rst Signed-off-by: Harmouch101 <[email protected]>
1 parent 16aff7e commit e36bffa

File tree

6 files changed

+1
-8
lines changed

6 files changed

+1
-8
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
#
32
# Web3.py documentation build configuration file, created by
43
# sphinx-quickstart on Thu Oct 16 20:43:24 2014.

newsfragments/2353.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clean up unnecessary UTF-8 encoding declarations.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32
from setuptools import (
43
find_packages,
54
setup,

tests/core/contracts/test_contract_buildTransaction.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
ValidationError,
99
)
1010

11-
# -*- coding: utf-8 -*-
12-
1311

1412
@pytest.fixture()
1513
def math_contract(web3, MathContract, address_conversion_func):

tests/core/contracts/test_contract_transact_interface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
import pytest
42

53
from eth_utils import (

web3/_utils/module_testing/eth_module.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
import json
42
import math
53
import pytest

0 commit comments

Comments
 (0)