diff --git a/sf_examples/nethack/utils/wrappers/screen_image.py b/sf_examples/nethack/utils/wrappers/screen_image.py index 530ee06a..726aaa5c 100644 --- a/sf_examples/nethack/utils/wrappers/screen_image.py +++ b/sf_examples/nethack/utils/wrappers/screen_image.py @@ -19,9 +19,9 @@ SOFTWARE. """ +import importlib.resources import os from typing import Any, SupportsFloat -import importlib.resources import cv2 import gym