Skip to content

Commit bd60cb5

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ These changes are available on the `master` branch, but have not yet been releas
1313
### Fixed
1414

1515
- Fixed missing `stacklevel` parameter in `warn_deprecated` function call inside
16-
`@utils.deprecated`.
16+
`@utils.deprecated`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
17+
- Fixed the typehint in `ConnectionState._polls` to reflect actual behavior, changing it
18+
from `Guild` to `Poll`.
1719
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
18-
- Fixed the typehint in `ConnectionState._polls` to reflect actual behavior, changing it from `Guild` to `Poll`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
1920
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
2021
`RawMessagePollVoteEvent` classes.
2122
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))

0 commit comments

Comments
 (0)