cleanup unused pip packages (#22947)

* cleanup unused pip packages

* fix linter
old-commit-hash: f1c77f97b934fac877230d9438fb4a15d1813c52
This commit is contained in:
Willem Melching
2021-11-17 16:23:03 +01:00
committed by GitHub
parent f076987942
commit fd3140fd6f
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ import struct
import subprocess
import tempfile
import threading
from enum import IntEnum
from functools import wraps
import numpy as np
from aenum import Enum
from lru import LRU
import _io
@@ -41,7 +41,7 @@ class DoNothingContextManager:
pass
class FrameType(Enum):
class FrameType(IntEnum):
raw = 1
h265_stream = 2