diff options
author | 2024-02-19 21:23:13 +0000 | |
---|---|---|
committer | 2024-03-04 12:34:45 +0000 | |
commit | 47168c7b98d6f73c644d08f306d250856e832329 (patch) | |
tree | b1c2eba0a0f808c5eaf2d0d478cb72352fb6bce6 | |
parent | Add a changelog entry for ruff bump (diff) |
ruff lint fix: Add explicit namespaces for packages
-rw-r--r-- | docs/__init__.py | 0 | ||||
-rw-r--r-- | tests/pydis_core/__init__.py | 0 | ||||
-rw-r--r-- | tests/pydis_core/utils/__init__.py | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/docs/__init__.py b/docs/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/docs/__init__.py diff --git a/tests/pydis_core/__init__.py b/tests/pydis_core/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/pydis_core/__init__.py diff --git a/tests/pydis_core/utils/__init__.py b/tests/pydis_core/utils/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/pydis_core/utils/__init__.py |