Skip to content

Commit

Permalink
add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Prudnikov committed Jan 27, 2025
1 parent 39f84c0 commit 5ff8347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiotx/clients/_base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import aiohttp

from aiotx.exceptions import RpcConnectionError, BlockNotFoundError
from aiotx.exceptions import BlockNotFoundError, RpcConnectionError
from aiotx.log import logger


Expand Down

0 comments on commit 5ff8347

Please sign in to comment.