Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh committed Jul 25, 2024
1 parent 5ef81ea commit b074b31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/aleph/vm/orchestrator/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
from aleph.vm.utils import create_task_log_exceptions

from .messages import load_updated_message
from .payment import compute_required_flow, get_stream, fetch_balance_of_address, compute_required_balance
from .payment import (
compute_required_balance,
compute_required_flow,
fetch_balance_of_address,
get_stream,
)
from .pubsub import PubSub
from .reactor import Reactor

Expand Down
2 changes: 1 addition & 1 deletion src/aleph/vm/orchestrator/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from aleph.vm.controllers.firecracker.program import FileTooLargeError
from aleph.vm.hypervisors.firecracker.microvm import MicroVMFailedInitError
from aleph.vm.orchestrator import status, payment
from aleph.vm.orchestrator import payment, status
from aleph.vm.orchestrator.messages import try_get_message
from aleph.vm.orchestrator.metrics import get_execution_records
from aleph.vm.orchestrator.payment import (
Expand Down

0 comments on commit b074b31

Please sign in to comment.