Skip to content

Commit

Permalink
Add back imports
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Oct 9, 2023
1 parent 706d132 commit 76ecfe2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
rev: v2.2.0
hooks:
- id: autoflake
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports", "--recursive"]
args: ["--in-place", "--remove-unused-variables", "--recursive"]
name: AutoFlake
description: "Format with AutoFlake"
stages: [commit]
Expand Down
6 changes: 6 additions & 0 deletions bot/libs/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .embeds import Embed as Embed
from .embeds import ErrorEmbed as ErrorEmbed
from .logger import RodhajLogger as RodhajLogger
from .time import human_timedelta as human_timedelta
from .tree import RodhajCommandTree as RodhajCommandTree
from .views import RoboView as RoboView
4 changes: 4 additions & 0 deletions bot/libs/utils/pages/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .paginator import HajPages as HajPages
from .simple_pages import SimplePages as SimplePages
from .sources import EmbedListSource as EmbedListSource
from .sources import SimplePageSource as SimplePageSource

0 comments on commit 76ecfe2

Please sign in to comment.