Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Web3.py documentation build configuration file, created by
# sphinx-quickstart on Thu Oct 16 20:43:24 2014.
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2353.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clean up unnecessary UTF-8 encoding declarations.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import (
find_packages,
setup,
Expand Down
2 changes: 0 additions & 2 deletions tests/core/contracts/test_contract_buildTransaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
ValidationError,
)

# -*- coding: utf-8 -*-


@pytest.fixture()
def math_contract(web3, MathContract, address_conversion_func):
Expand Down
2 changes: 0 additions & 2 deletions tests/core/contracts/test_contract_transact_interface.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import pytest

from eth_utils import (
Expand Down
2 changes: 0 additions & 2 deletions web3/_utils/module_testing/eth_module.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import json
import math
import pytest
Expand Down