Skip to content

Commit 55770b9

Browse files
author
arch
committed
fix include
1 parent a9f65ec commit 55770b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/algorithms/videotracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Video Tracker """
22

3-
from os import supports_effective_ids, wait
3+
import os
44
import cv2
55
import time
66
import logging

0 commit comments

Comments
 (0)