Skip to content

Commit a06d1cc

Browse files
committed
Fix ruff format
1 parent 4a03d25 commit a06d1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_sma_webconnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""Test sma_webconnect."""
22

3+
import json
34
import logging
45
import re
56
from collections.abc import Callable, Generator
67
from unittest.mock import MagicMock, patch
78

89
import aiohttp
9-
import json
1010
import pytest
1111
from aioresponses import aioresponses
1212

0 commit comments

Comments
 (0)