Updated with current black version

This commit is contained in:
hsarkey
2025-01-24 14:16:10 -05:00
parent 495d646682
commit 830c28a7bb
@@ -485,7 +485,9 @@ class FILE_OBJECT(objects.StructType, pool.ExecutiveObject):
].is_valid(self.FileName.Buffer)
def file_name_with_device(self) -> Union[str, interfaces.renderers.BaseAbsentValue]:
name: Union[str, interfaces.renderers.BaseAbsentValue] = renderers.UnreadableValue()
name: Union[str, interfaces.renderers.BaseAbsentValue] = (
renderers.UnreadableValue()
)
# this pointer needs to be checked against native_layer_name because the object may
# be instantiated from a primary (virtual) layer or a memory (physical) layer.