Skip to content

Commit

Permalink
Remove unused import 'importlib' from 'test_evm_tools.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgreg authored and SamWilsn committed May 16, 2024
1 parent 1077080 commit c6ed0c8
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion tests/berlin/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/byzantium/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
2 changes: 0 additions & 2 deletions tests/constantinople/test_difficulty.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

import pytest

from ..helpers.load_difficulty_tests import DifficultyTestLoader
Expand Down
1 change: 0 additions & 1 deletion tests/constantinople/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/frontier/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/homestead/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/istanbul/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/london/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/paris/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/shanghai/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/spurious_dragon/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down
1 change: 0 additions & 1 deletion tests/tangerine_whistle/test_evm_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
from functools import partial
from typing import Dict

Expand Down

0 comments on commit c6ed0c8

Please sign in to comment.