Skip to content

Commit

Permalink
missing typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperdoerTrav authored Feb 25, 2025
1 parent a3e4f2a commit 97eb13f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssapy/plotUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
from PIL import Image as PILImage
import ipyvolume as ipv

from typing import Union


def load_earth_file():
earth = PILImage.open(find_file("earth", ext=".png"))
Expand Down

0 comments on commit 97eb13f

Please sign in to comment.