Skip to content

Commit df764f7

Browse files
committed
fmt
1 parent 003e0a7 commit df764f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/utilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def about(self, ctx: RoboContext) -> None:
8282
# For Kumiko, it's done differently
8383
# R. Danny's way of doing it is probably close enough anyways
8484
memory_usage = self.process.memory_full_info().uss / 1024**2
85-
cpu_usage = self.process.cpu_percent() / psutil.cpu_count() # type: ignore
85+
cpu_usage = self.process.cpu_percent() / psutil.cpu_count() # type: ignore
8686
bot_user: discord.ClientUser = self.bot.user # type: ignore
8787

8888
revisions = "See [GitHub](https://github.com/transprogrammer/rodhaj)"

0 commit comments

Comments
 (0)