diff options
| author | 2023-11-05 03:22:46 +0800 | |
|---|---|---|
| committer | 2023-11-05 03:22:46 +0800 | |
| commit | 1fc06e39cf5d483921655a8e859b4e80a40d692b (patch) | |
| tree | 015e9f445cc632de93cfb103a4bc1ba101605efa /tests/main.py | |
| parent | a23d114771c8243beda7d6e910d273423940c37a (diff) | |
| download | HydroRoll-1fc06e39cf5d483921655a8e859b4e80a40d692b.tar.gz HydroRoll-1fc06e39cf5d483921655a8e859b4e80a40d692b.zip | |
chore(format): `autopep8` -> `balck-format`
Diffstat (limited to 'tests/main.py')
| -rw-r--r-- | tests/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.py b/tests/main.py index bb95e79..211b3d3 100644 --- a/tests/main.py +++ b/tests/main.py @@ -4,3 +4,5 @@ bot = Bot(hot_reload=True) if __name__ == "__main__": bot.run() + + |
