Skip to content

Commit

Permalink
Fix running doctests
Browse files Browse the repository at this point in the history
We use `av.datasets` so explicitly import it
  • Loading branch information
jlaine committed Oct 29, 2023
1 parent 297ff01 commit 71b413e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_doctests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import re

import av
import av.datasets


def fix_doctests(suite):
Expand Down

0 comments on commit 71b413e

Please sign in to comment.