mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Fix Ruff UP009 (utf8-encoding-declaration)
https://docs.astral.sh/ruff/rules/utf8-encoding-declaration/
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# coding=utf-8
|
||||
|
||||
"""This script converts Graphisoft XML into an IFC file"""
|
||||
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
Reference in New Issue
Block a user