Skip to content

Commit c9cca81

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent bddb527 commit c9cca81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These changes are available on the `master` branch, but have not yet been releas
4545
([#2924](https://github.com/Pycord-Development/pycord/pull/2924))
4646
- Fixed OPUS Decode Error when recording audio.
4747
([#2925](https://github.com/Pycord-Development/pycord/pull/2925))
48-
- Fixed a `TypeError` when typing `ui.Select` without providing optional type arguments.
48+
- Fixed a `TypeError` when typing `ui.Select` without providing optional type arguments.
4949
([#2943](https://github.com/Pycord-Development/pycord/pull/2943))
5050

5151
### Removed

discord/ui/select.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
import inspect
2929
import os
30-
import sys
3130
from collections.abc import Sequence
3231
from functools import partial
3332
from typing import TYPE_CHECKING, Any, Callable, Generic, Literal, overload

0 commit comments

Comments
 (0)