Skip to content

Commit 640c321

Browse files
committed
chore: fmt
1 parent 7d7b4cc commit 640c321

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ape_node/provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ def __init__(
245245
idx = self.command.index(executable[0])
246246
self.command = self.command[:idx] + executable + self.command[idx + 1 :]
247247

248-
249248
@classmethod
250249
def from_uri(cls, uri: str, data_folder: Path, **kwargs):
251250
mnemonic = kwargs.get("mnemonic", DEFAULT_TEST_MNEMONIC)

0 commit comments

Comments
 (0)