Skip to content

Commit c77c7e8

Browse files
committed
Appease ruff
1 parent de20afc commit c77c7e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

porter/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import os
22
from collections import defaultdict
3-
from json import JSONDecodeError
3+
# from json import JSONDecodeError
44
from pathlib import Path
55
from random import Random
66
from typing import Dict, List, NamedTuple, Optional, Sequence, Tuple, Union
77

8-
import requests
8+
# import requests
99
from constant_sorrow.constants import NO_CONTROL_PROTOCOL
1010
from eth_typing import ChecksumAddress
1111
from eth_utils import to_checksum_address

0 commit comments

Comments
 (0)