Skip to content

Commit 6d4b39f

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent efa9de8 commit 6d4b39f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ possible (see our [Version Guarantees] for more info).
1111
These changes are available on the `master` branch, but have not yet been released.
1212

1313
### Fixed
14-
- Fixed missed `stacklevel` parameter in `warn_deprecated` function call inside `deprecated` decorator in utils.
15-
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
16-
- Fixed typehint in `ConnectionState._polls` incorrectly specified as `Guild` instead of `Poll`.
14+
15+
- Fixed missed `stacklevel` parameter in `warn_deprecated` function call inside
16+
`deprecated` decorator in utils.
1717
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
18-
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and `RawMessagePollVoteEvent` classes.
18+
- Fixed typehint in `ConnectionState._polls` incorrectly specified as `Guild` instead of
19+
`Poll`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
20+
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
21+
`RawMessagePollVoteEvent` classes.
1922
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
20-
- Fixed `default_sort_order` variable type being `int` instead of typehinted `SortOrder` enum in `ForumChannel` class.
23+
- Fixed `default_sort_order` variable type being `int` instead of typehinted `SortOrder`
24+
enum in `ForumChannel` class.
2125
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
2226

2327
### Changed

0 commit comments

Comments
 (0)