mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ci-lint: black-format two files that drifted on v0.8.0
Both files were merged unformatted and fail the Black formatter step on every branch, keeping ci-lint red repo-wide. Generated with the assistance of an AI coding tool.
This commit is contained in:
committed by
Dion Moult
parent
6d6d92b849
commit
6014bbd877
@@ -21,7 +21,9 @@ END-ISO-10303-21;
|
||||
|
||||
|
||||
def test_reference_to_undefined_owning_instance():
|
||||
data = "ISO-10303-21;HEADER;FILE_DESCRIPTION();FILE_NAME();FILE_SCHEMA(('IFC4'));#=IFCRELAGGREGATES((#))#5=IFCPOINT)"
|
||||
data = (
|
||||
"ISO-10303-21;HEADER;FILE_DESCRIPTION();FILE_NAME();FILE_SCHEMA(('IFC4'));#=IFCRELAGGREGATES((#))#5=IFCPOINT)"
|
||||
)
|
||||
ifcopenshell.file.from_string(data)
|
||||
print(ifcopenshell.get_log())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user