mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Add space around TRT_VERSION variable assignment (=) to respect linting
This commit is contained in:
parent
485f307574
commit
1879951bc0
@ -6,7 +6,7 @@ import numpy as np
|
|||||||
try:
|
try:
|
||||||
import tensorrt as trt
|
import tensorrt as trt
|
||||||
from cuda import cuda
|
from cuda import cuda
|
||||||
TRT_VERSION=int(trt.__version__[0:trt.__version__.find(".")])
|
TRT_VERSION = int(trt.__version__[0:trt.__version__.find(".")])
|
||||||
|
|
||||||
TRT_SUPPORT = True
|
TRT_SUPPORT = True
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user