Skip to content

Commit

Permalink
fix: broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Dec 17, 2023
1 parent edbc02e commit 0400663
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion garven/routers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from .aggregate import aggregate_router
from .cluster import cluster_router
from .premium import premium_router
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
)
app.include_router(routers.aggregate_router)
app.include_router(routers.cluster_router)
app.include_router(routers.premium_router)


global_ratelimit = Cooldown(25, 10, CooldownBucket.args)
Expand Down

0 comments on commit 0400663

Please sign in to comment.