Skip to content

Commit 6a98662

Browse files
committed
🧹 clean unnecessary utf-8 encoding declaration
Signed-off-by: Harmouch101 <[email protected]>
1 parent 16aff7e commit 6a98662

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
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.

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_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)