Skip to content

Commit b6d4426

Browse files
committed
fix lint
1 parent d7c5260 commit b6d4426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convex_api/convex_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
import requests
1616
from eth_utils import (
17-
remove_0x_prefix,
18-
add_0x_prefix
17+
add_0x_prefix,
18+
remove_0x_prefix
1919
)
2020

2121
from convex_api.exceptions import (

0 commit comments

Comments
 (0)