mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Sort imports
This commit is contained in:
@@ -17,11 +17,13 @@
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import tempfile
|
||||
import ifcpatch
|
||||
import ifcopenshell
|
||||
from pathlib import Path
|
||||
|
||||
import ifcpatch
|
||||
from ifcpatch.recipes import Ifc2Sql
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
TEST_FILE = Path(__file__).parent / "files" / "basic.ifc"
|
||||
SQLITE_PATH = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user