mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Run black on IOS-Python
This commit is contained in:
@@ -24,9 +24,7 @@ class TestAddPersonAndOrganisation(test.bootstrap.IFC4):
|
||||
def test_adding(self):
|
||||
person = self.file.createIfcPerson()
|
||||
organisation = self.file.createIfcOrganization()
|
||||
ifcopenshell.api.owner.add_person_and_organisation(
|
||||
self.file, person=person, organisation=organisation
|
||||
)
|
||||
ifcopenshell.api.owner.add_person_and_organisation(self.file, person=person, organisation=organisation)
|
||||
|
||||
|
||||
class TestAddPersonAndOrganisationIFC2X3(test.bootstrap.IFC2X3, TestAddPersonAndOrganisation):
|
||||
|
||||
Reference in New Issue
Block a user