Run black on utils

This commit is contained in:
Dion Moult
2024-07-26 12:13:29 +10:00
parent a6286293d8
commit e7b791f4a2
78 changed files with 2235 additions and 2098 deletions
-2
View File
@@ -1,4 +1,3 @@
# IfcClash - IFC-based clash detection.
# Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
#
@@ -18,4 +17,3 @@
# along with IfcClash. If not, see <http://www.gnu.org/licenses/>.
import ifcclash.__main__
-1
View File
@@ -24,4 +24,3 @@ import subprocess
cmd = "pyinstaller ./bootstrap.py --name ifcclash --onefile --clean"
subprocess.check_output(cmd, shell=True)