Skip to content

Commit

Permalink
Fix: ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Oct 1, 2024
1 parent 4761948 commit d999e3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies = [
"aleph-superfluid>=0.2.1",
"eth_typing==4.3.1",
"web3==6.3.0",
"aiofiles>=24.1.0",
"base58==2.1.1", # Needed now as default with _load_account changement
"pynacl==1.5.0" # Needed now as default with _load_account changement
]
Expand Down
2 changes: 0 additions & 2 deletions src/aleph/sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
from uuid import UUID
from zipfile import BadZipFile, ZipFile

import aiofiles
import base58
from aleph_message.models import ItemHash, MessageType
from aleph_message.models.execution.program import Encoding
from aleph_message.models.execution.volume import MachineVolume
Expand Down

0 comments on commit d999e3c

Please sign in to comment.