Skip to content

Commit 488e656

Browse files
committed
Fixed indentation
1 parent 8075bcc commit 488e656

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def publish_messages(topic_name):
2424
topic_object.publish(data=queue_message)
2525
print('Message Published')
2626

27+
2728
def long_running_task(sleep_time):
2829
# Simulate a long-running task
2930
time.sleep(sleep_time)

0 commit comments

Comments
 (0)