mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Sort imports
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import test.bootstrap
|
||||
import ifcopenshell.api.root
|
||||
import ifcopenshell.api.constraint
|
||||
import ifcopenshell.api.root
|
||||
import ifcopenshell.util.constraint
|
||||
import test.bootstrap
|
||||
|
||||
|
||||
class TestAssignConstraint(test.bootstrap.IFC4):
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import test.bootstrap
|
||||
import ifcopenshell.api.root
|
||||
import ifcopenshell.api.constraint
|
||||
import ifcopenshell.api.root
|
||||
import ifcopenshell.util.constraint
|
||||
import test.bootstrap
|
||||
|
||||
|
||||
class TestUnassignConstraint(test.bootstrap.IFC4):
|
||||
|
||||
Reference in New Issue
Block a user