Skip to content

Commit

Permalink
chore: type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 2, 2024
1 parent 557431a commit a842fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ape_foundry/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
)

try:
from ape_optimism import Optimism
from ape_optimism import Optimism # type: ignore
except ImportError:
Optimism = None
Optimism = None # type: ignore

EPHEMERAL_PORTS_START = 49152
EPHEMERAL_PORTS_END = 60999
Expand Down

0 comments on commit a842fcc

Please sign in to comment.