Skip to content

Commit

Permalink
Fixed import in wrong place.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekoka.tt committed Sep 16, 2020
1 parent 69432f4 commit d0a221f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hikari/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

from __future__ import annotations

import yarl

__all__: typing.Final[typing.List[str]] = [
"BasicAuthHeader",
"ProxySettings",
Expand All @@ -37,6 +35,7 @@
import typing

import attr
import yarl

from hikari.utilities import attr_extensions
from hikari.utilities import data_binding
Expand Down

0 comments on commit d0a221f

Please sign in to comment.