mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-23 00:42:56 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@@ -4,6 +4,7 @@ from typing import List
|
||||
from discord.ext import commands
|
||||
import discord
|
||||
|
||||
|
||||
# Defines a custom button that contains the logic of the game.
|
||||
# The ['TicTacToe'] bit is for type hinting purposes to tell your IDE or linter
|
||||
# what the type of `self.view` is. It is not required.
|
||||
|
Reference in New Issue
Block a user