Skip to content

Commit 74b0fbb

Browse files
antonio-rojasreinecke
authored andcommitted
Drop pkg_resources import
It is unused since 17e9297 and no longer exists since setuptools 82
1 parent 4870d68 commit 74b0fbb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/py-opentimelineio/opentimelineio/console/otioconvert.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
import opentimelineio as otio
1111

12-
# on some python interpreters, pkg_resources is not available
13-
try:
14-
import pkg_resources
15-
except ImportError:
16-
pkg_resources = None
17-
1812
__doc__ = """ Python wrapper around OTIO to convert timeline files between \
1913
formats.
2014

0 commit comments

Comments
 (0)