Fix Ruff UP009 (utf8-encoding-declaration)

https://docs.astral.sh/ruff/rules/utf8-encoding-declaration/
This commit is contained in:
Andrej
2025-05-28 14:58:49 +05:00
parent 3c4105cbc5
commit 3b9d6ed145
@@ -1,5 +1,3 @@
# coding=utf-8
"""This script converts Graphisoft XML into an IFC file"""
import xml.etree.ElementTree as ET