Skip to content

Commit

Permalink
Improve relative import for package resources
Browse files Browse the repository at this point in the history
  • Loading branch information
im-ant authored and BartekCupial committed Mar 4, 2024
1 parent 791cd53 commit 4db3be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sf_examples/nethack/utils/wrappers/screen_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
SOFTWARE.
"""

import importlib.resources
import os
from typing import Any, SupportsFloat
import importlib.resources

import cv2
import gym
Expand Down

0 comments on commit 4db3be8

Please sign in to comment.