From 5b5e9627732fc86eb08cbb711ef774e53dd5b9e0 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Tue, 22 Jul 2025 11:35:18 +0200 Subject: [PATCH] linting --- apps/test/__init__.py | 3 --- apps/vinyl/src/definitions.py | 2 -- 2 files changed, 5 deletions(-) diff --git a/apps/test/__init__.py b/apps/test/__init__.py index ef37bac..e69de29 100644 --- a/apps/test/__init__.py +++ b/apps/test/__init__.py @@ -1,3 +0,0 @@ -from icecream import install - -install() diff --git a/apps/vinyl/src/definitions.py b/apps/vinyl/src/definitions.py index 3925f5d..aa675b7 100644 --- a/apps/vinyl/src/definitions.py +++ b/apps/vinyl/src/definitions.py @@ -36,5 +36,3 @@ definitions = Definitions( schedules=[deals_schedule], sensors=[musicbrainz_lookup_sensor], ) - -ic("jo")