Skip to content

Commit 1e317a8

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 7d35a67 commit 1e317a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ These changes are available on the `master` branch, but have not yet been releas
2626

2727
- Added `Guild.fetch_role` method.
2828
([#2528](https://github.com/Pycord-Development/pycord/pull/2528))
29-
- Added new `Subscription` object and related methods/events.
29+
- Added new `Subscription` object and related methods/events.
3030
([#2564](https://github.com/Pycord-Development/pycord/pull/2564))
3131

3232
### Fixed
3333

34-
- Fixed `AttributeError` when trying to consume a consumable entitlement.
34+
- Fixed `AttributeError` when trying to consume a consumable entitlement.
3535
([#2564](https://github.com/Pycord-Development/pycord/pull/2564))
3636

3737
## [2.6.0] - 2024-07-09

discord/types/monetization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from __future__ import annotations
2727

28-
from typing import List, Literal
28+
from typing import Literal
2929

3030
from .._typed_dict import NotRequired, TypedDict
3131
from .snowflake import Snowflake

0 commit comments

Comments
 (0)