From 47168c7b98d6f73c644d08f306d250856e832329 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 19 Feb 2024 21:23:13 +0000 Subject: ruff lint fix: Add explicit namespaces for packages --- tests/pydis_core/__init__.py | 0 tests/pydis_core/utils/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/pydis_core/__init__.py create mode 100644 tests/pydis_core/utils/__init__.py (limited to 'tests/pydis_core') diff --git a/tests/pydis_core/__init__.py b/tests/pydis_core/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/pydis_core/utils/__init__.py b/tests/pydis_core/utils/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3