Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Nov 23, 2024
1 parent f99d137 commit ed3a7d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moccasin/_sys_path_and_config_setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import contextlib
import os
import sys
from pathlib import Path
from typing import Iterator, List
import os

import boa
from boa.util.abi import Address
Expand Down
3 changes: 2 additions & 1 deletion tests/cli/test_cli_inspect.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pathlib import Path
import os
import subprocess
from pathlib import Path

from moccasin.commands.inspect import inspect_contract


Expand Down

0 comments on commit ed3a7d8

Please sign in to comment.