Skip to content

Commit

Permalink
Add back missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 7, 2024
1 parent 7a50718 commit 0bd8a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/skills/common_play.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# backwards compat imports, do not delete, skills import from here
from ovos_workshop.decorators.ocp import ocp_play, ocp_next, ocp_pause, ocp_resume, ocp_search, \
ocp_previous, ocp_featured_media, MediaType, MediaState, MatchConfidence, \
ocp_previous, ocp_featured_media
PlaybackType, PlaybackMode, PlayerState, LoopState, TrackState


def get_non_properties(obj):
Expand Down

0 comments on commit 0bd8a29

Please sign in to comment.