Skip to content

Commit

Permalink
Update sprites.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleca7755 authored Feb 28, 2023
1 parent a88df8b commit 15b0be3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/aiopoke/objects/utility/common_models/sprites.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from typing import Optional

import aiofiles # type: ignore

from aiopoke.objects.utility.common_models.sprite import Sprite

OptionalSprite = Optional["Sprite"]
Expand Down Expand Up @@ -421,4 +419,4 @@ class OfficialArtwork:

def __init__(self, data) -> None:
self.front_default = Sprite.from_url(data["front_default"])
self.front_shiny = Sprite.from_url(data["front_shiny"])
self.front_shiny = Sprite.from_url(data["front_shiny"])

0 comments on commit 15b0be3

Please sign in to comment.