Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 24, 2024
1 parent 10bea3b commit b577ee3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion av/codec/hwaccel.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import copy
import weakref
from enum import IntEnum

Expand Down
4 changes: 0 additions & 4 deletions tests/test_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

import av

# This import is needed to make the test_decoded_time_base test pass when we run only this test file.
# Not sure why.
from av.subtitles import subtitle

from .common import TestCase, fate_suite


Expand Down

0 comments on commit b577ee3

Please sign in to comment.