From 17ef425ffb0d4e866b7e3997f6ef95d4a3a6647d Mon Sep 17 00:00:00 2001 From: Patrick Hagan <56281590+glerb@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:52:24 -0800 Subject: [PATCH] Missing import --- uptime_kuma_api/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uptime_kuma_api/api.py b/uptime_kuma_api/api.py index 2fbd8dc..75f7e13 100644 --- a/uptime_kuma_api/api.py +++ b/uptime_kuma_api/api.py @@ -416,6 +416,7 @@ class UptimeKumaApi(object): Now you can call one of the existing methods of the instance. For example create a new monitor: + >>> from uptime_kuma_api import MonitorType >>> api.add_monitor( ... type=MonitorType.HTTP, ... name="Google",