Skip to content

Commit

Permalink
fix: type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
plun1331 committed Nov 23, 2022
1 parent 8459bf9 commit ba791d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discord/application_role_connection.py
Expand Up @@ -30,8 +30,7 @@
from .utils import MISSING

if TYPE_CHECKING:
from .state import ConnectionState
from .types.guild import (
from .types.application_role_connection import (
ApplicationRoleConnection as ApplicationRoleConnectionPayload,
)

Expand Down

0 comments on commit ba791d1

Please sign in to comment.