Skip to content

Commit

Permalink
Fix test import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Nov 15, 2021
1 parent 4bfdf2b commit 98f0071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynq_composable/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class VSink(Enum):
DP = auto()


class _DisplayPort(DisplayPort):
class _DisplayPort(pynq.lib.video.DisplayPort):
"""Subclass of DisplayPort that works in a thread"""
def writeframe(self, frame):
"""Write a frame to the display.
Expand Down

0 comments on commit 98f0071

Please sign in to comment.