Skip to content

Commit

Permalink
Remove internal pastebin utils
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
shenanigansd authored Apr 15, 2024
1 parent 0ab51c4 commit b69d11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
9 changes: 1 addition & 8 deletions src/bot/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
"""Internal utilites."""

from bot.utils.helpers import CogABCMeta, find_nth_occurrence, has_lines, pad_base64
from bot.utils.services import (
PasteTooLongError,
PasteUploadError,
send_to_paste_service,
)


__all__ = [
"CogABCMeta",
"PasteTooLongError",
"PasteUploadError",
"find_nth_occurrence",
"has_lines",
"pad_base64",
"send_to_paste_service",
]
95 changes: 0 additions & 95 deletions src/bot/utils/services.py

This file was deleted.

0 comments on commit b69d11b

Please sign in to comment.