From 28726367373c4c53b2421d37d21c226dc13e6440 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 13 Feb 2023 20:01:54 +0200 Subject: [PATCH] Added `pass` to __init__'s --- bot/handlers/initialize/__init__.py | 2 +- bot/modules/__init__.py | 1 + bot/utils/__init__.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bot/handlers/initialize/__init__.py b/bot/handlers/initialize/__init__.py index fc80254..2ae2839 100644 --- a/bot/handlers/initialize/__init__.py +++ b/bot/handlers/initialize/__init__.py @@ -1 +1 @@ -pass \ No newline at end of file +pass diff --git a/bot/modules/__init__.py b/bot/modules/__init__.py index e69de29..2ae2839 100644 --- a/bot/modules/__init__.py +++ b/bot/modules/__init__.py @@ -0,0 +1 @@ +pass diff --git a/bot/utils/__init__.py b/bot/utils/__init__.py index e69de29..2ae2839 100644 --- a/bot/utils/__init__.py +++ b/bot/utils/__init__.py @@ -0,0 +1 @@ +pass