From 2bfec7373b86052fa913f2176fd1f5a641954a03 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 06:33:44 +0000 Subject: [PATCH] Remove implicit `object` from the base class --- ck_airport.py | 2 +- ck_glados.py | 2 +- ck_hifini.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ck_airport.py b/ck_airport.py index 0ab5452e..02fffd8e 100644 --- a/ck_airport.py +++ b/ck_airport.py @@ -16,7 +16,7 @@ from utils import get_data -class SspanelQd(object): +class SspanelQd: def __init__(self, check_items): self.check_items = check_items diff --git a/ck_glados.py b/ck_glados.py index ffdbb962..9346d952 100644 --- a/ck_glados.py +++ b/ck_glados.py @@ -16,7 +16,7 @@ from utils import get_data -class GLaDOS(object): +class GLaDOS: def __init__(self, check_items): self.check_items = check_items self.original_url = "https://glados.rocks" diff --git a/ck_hifini.py b/ck_hifini.py index 0e294bf7..21cfe213 100644 --- a/ck_hifini.py +++ b/ck_hifini.py @@ -10,7 +10,7 @@ from utils import get_data -class HiFiNi(object): +class HiFiNi: def __init__(self, check_items): self.check_items = check_items