@@ -72,7 +72,6 @@ def encode_decode_empty_camm_mp4(metadata: types.VideoMetadata) -> types.VideoMe
7272 # return metadata
7373 return types .VideoMetadata (
7474 Path ("" ),
75- None ,
7675 filetype = types .FileType .CAMM ,
7776 points = points or [],
7877 make = make ,
@@ -105,7 +104,6 @@ def test_build_and_parse_points():
105104 ]
106105 metadata = types .VideoMetadata (
107106 Path ("" ),
108- None ,
109107 filetype = types .FileType .CAMM ,
110108 points = points ,
111109 )
@@ -171,7 +169,6 @@ def test_build_and_parse_camm_gps_points():
171169 ]
172170 metadata = types .VideoMetadata (
173171 Path ("" ),
174- None ,
175172 filetype = types .FileType .CAMM ,
176173 points = points ,
177174 )
@@ -219,7 +216,6 @@ def test_build_and_parse_single_points():
219216 ]
220217 metadata = types .VideoMetadata (
221218 Path ("" ),
222- None ,
223219 filetype = types .FileType .CAMM ,
224220 points = points ,
225221 )
@@ -238,7 +234,6 @@ def test_build_and_parse_single_point_0():
238234 ]
239235 metadata = types .VideoMetadata (
240236 Path ("" ),
241- None ,
242237 filetype = types .FileType .CAMM ,
243238 points = points ,
244239 )
@@ -257,7 +252,6 @@ def test_build_and_parse_single_point_neg():
257252 ]
258253 metadata = types .VideoMetadata (
259254 Path ("" ),
260- None ,
261255 filetype = types .FileType .CAMM ,
262256 points = points ,
263257 )
@@ -273,7 +267,6 @@ def test_build_and_parse_start_early():
273267 ]
274268 metadata = types .VideoMetadata (
275269 Path ("" ),
276- None ,
277270 filetype = types .FileType .CAMM ,
278271 points = points ,
279272 )
@@ -293,7 +286,6 @@ def test_build_and_parse2():
293286 ]
294287 metadata = types .VideoMetadata (
295288 Path ("" ),
296- None ,
297289 filetype = types .FileType .CAMM ,
298290 points = points ,
299291 make = "test_make汉字" ,
@@ -314,7 +306,6 @@ def test_build_and_parse9():
314306 ]
315307 metadata = types .VideoMetadata (
316308 Path ("" ),
317- None ,
318309 filetype = types .FileType .CAMM ,
319310 points = points ,
320311 make = "test_make汉字" ,
@@ -331,7 +322,6 @@ def test_build_and_parse10():
331322 ]
332323 metadata = types .VideoMetadata (
333324 Path ("" ),
334- None ,
335325 filetype = types .FileType .CAMM ,
336326 points = points ,
337327 make = "test_make汉字" ,
@@ -351,7 +341,6 @@ def test_build_and_parse3():
351341 points = []
352342 metadata = types .VideoMetadata (
353343 Path ("" ),
354- None ,
355344 filetype = types .FileType .CAMM ,
356345 points = points ,
357346 make = "test_make汉字" ,
0 commit comments