Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbrock committed Mar 11, 2025
1 parent a658c0c commit da43827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev_tools/utils/nxdl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from functools import lru_cache
from glob import glob
from pathlib import Path
from typing import List, Optional
from typing import List
from typing import Optional

import lxml.etree as ET
from lxml.etree import ParseError as xmlER
Expand Down

0 comments on commit da43827

Please sign in to comment.