We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de20afc commit c77c7e8Copy full SHA for c77c7e8
1 file changed
porter/main.py
@@ -1,11 +1,11 @@
1
import os
2
from collections import defaultdict
3
-from json import JSONDecodeError
+# from json import JSONDecodeError
4
from pathlib import Path
5
from random import Random
6
from typing import Dict, List, NamedTuple, Optional, Sequence, Tuple, Union
7
8
-import requests
+# import requests
9
from constant_sorrow.constants import NO_CONTROL_PROTOCOL
10
from eth_typing import ChecksumAddress
11
from eth_utils import to_checksum_address
0 commit comments