Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Dec 9, 2024
1 parent 3ae9ae2 commit 6a60172
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
<details><summary><strong>cargo update log</strong></summary>
<p>
```log
$cargo_update_log
```
Expand Down Expand Up @@ -81,10 +82,11 @@ jobs:
BRANCH: uv-update
TITLE: "chore(deps): update ethereum execution-specs"
BODY: |
Automation to keep ethereum execution-specs dependency current.
Automation to keep ethereum execution-specs dependency up to date.
<details><summary><strong>uv update log</strong></summary>
<p>
```log
$uv_update_log
```
Expand Down
3 changes: 2 additions & 1 deletion cairo/tests/utils/parsers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import re
from typing import Annotated, Optional, Union

from pydantic import BeforeValidator

from ethereum.base_types import U64, U256, Bytes, Bytes0, Bytes32, Uint
from ethereum.cancun.fork_types import Address
from pydantic import BeforeValidator

hex_pattern = re.compile(r"^(0x)?[0-9a-fA-F]+$")

Expand Down

0 comments on commit 6a60172

Please sign in to comment.