Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Feb 27, 2024
1 parent fb1a6c2 commit 33407ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sda_orchestrator/complete_consume.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Message Broker complete step consumer."""

import json
from sda_orchestrator.utils.rems_ops import REMSHandler
from amqpstorm import Message
Expand Down
1 change: 1 addition & 0 deletions sda_orchestrator/inbox_consume.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Message Broker inbox step consumer."""

import json
from typing import Dict
from amqpstorm import Message
Expand Down
1 change: 1 addition & 0 deletions sda_orchestrator/verified_consume.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Message Broker verify step consumer."""

import json
from typing import Dict
from amqpstorm import Message
Expand Down

0 comments on commit 33407ae

Please sign in to comment.