Browse Source

Add missing Optional import

pull/7494/head
Vaskel 3 years ago
committed by GitHub
parent
commit
338c960c5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/types/role.py

2
discord/types/role.py

@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE.
from __future__ import annotations
from typing import TypedDict
from typing import TypedDict, Optional
from .snowflake import Snowflake

Loading…
Cancel
Save