Skip to content

Commit

Permalink
fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 3, 2024
1 parent 8afa35f commit 4a452d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builder2ibek/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from pathlib import Path
from typing import List
from xml.dom.minidom import Document, Element as DomElement
from xml.dom.minidom import parse, parseString
from xml.dom.minidom import Document, parse, parseString
from xml.dom.minidom import Element as DomElement

from builder2ibek.types import Element

Expand Down

0 comments on commit 4a452d9

Please sign in to comment.