Skip to content

Commit

Permalink
apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Feb 13, 2024
1 parent d491452 commit 8a9516e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
MQTT payload handling tests
"""
import json

import unittest
from unittest.mock import MagicMock, Mock, patch
from mq2anno import on_message, Userdata

from mq2anno import Userdata, on_message


class TestPayloadHandling(unittest.TestCase):
Expand Down

0 comments on commit 8a9516e

Please sign in to comment.