Skip to content

Commit

Permalink
Removed unused sys import
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Halley <douglascomet@gmail.com>
  • Loading branch information
douglascomet committed Oct 25, 2023
1 parent 90ca9f3 commit e155ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/py-opentimelineio/opentimelineio/url_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"""Utilities for conversion between urls and file paths"""

import os
import sys

from urllib import (
parse as urlparse,
request
Expand Down

0 comments on commit e155ccb

Please sign in to comment.