Skip to content

Commit

Permalink
Silence some pytype errors.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608742332
  • Loading branch information
rchen152 authored and copybara-github committed Feb 20, 2024
1 parent 9ec2cea commit e85d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectomics/volume/descriptor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_volume_descriptor_with_ts_config_as_path(self):

expected_desc = descriptor.VolumeDescriptor(
decorator_specs=[], tensorstore_config=expected_desc)
original_desc = dataclasses.replace(
original_desc = dataclasses.replace( # pytype: disable=wrong-arg-types # dataclasses-replace-types
expected_desc, tensorstore_config=tmp_config_file)

desc = descriptor.VolumeDescriptor.from_json(original_desc.to_json())
Expand Down

0 comments on commit e85d35e

Please sign in to comment.