Skip to content

Commit 2eab7e4

Browse files
committed
style: ruff isort auto-fixes
1 parent f152ae6 commit 2eab7e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

simplemonitor/Alerters/healthchecks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
SimpleMonitor alerts via healthchecks
33
"""
44

5+
import json
56
from typing import cast
67

7-
import json
88
import requests
99

1010
from ..Monitors.monitor import Monitor
11-
from .alerter import Alerter, AlertLength, AlertType, register
1211
from ..util import check_group_match
12+
from .alerter import Alerter, AlertLength, AlertType, register
1313

1414

1515
@register

tests/test_network_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import unittest
2+
from unittest.mock import Mock, patch
23

34
from requests import Response
45
from requests.auth import HTTPBasicAuth
5-
from unittest.mock import patch, Mock
66

77
from simplemonitor.Monitors import MonitorHTTP
88
from simplemonitor.util import MonitorState

0 commit comments

Comments
 (0)