File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ def test_statistics_accessor_when_no_stats(self) -> None:
255
255
pc_item = pystac .Item .from_file (self .example_uri_no_statistics )
256
256
self .assertEqual (PointcloudExtension .ext (pc_item ).statistics , None )
257
257
258
- def test_asset_extension (self ):
258
+ def test_asset_extension (self ) -> None :
259
259
asset = Asset (
260
260
"https://github.com/PDAL/PDAL/blob"
261
261
"/a6c986f68458e92414a66c664408bee4737bbb08/test/data/laz"
@@ -273,7 +273,7 @@ def test_asset_extension(self):
273
273
self .assertEqual (ext .properties , asset .properties )
274
274
self .assertEqual (ext .additional_read_properties , [pc_item .properties ])
275
275
276
- def test_ext (self ):
276
+ def test_ext (self ) -> None :
277
277
pc_item = pystac .Item .from_file (self .example_uri_no_statistics )
278
278
PointcloudExtension .ext (pc_item )
279
279
asset = Asset (
You can’t perform that action at this time.
0 commit comments