mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Fix Ruff UP006 (deprecated annotation symbols)
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
import itertools
|
||||
import json
|
||||
from pathlib import Path
|
||||
from typing import Dict
|
||||
|
||||
import numpy as np
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
@@ -30,7 +29,7 @@ includeZeroLength1DSprings = False
|
||||
|
||||
|
||||
class CommandFileConstructor:
|
||||
def __init__(self, data: Dict):
|
||||
def __init__(self, data: dict):
|
||||
self.data = data
|
||||
self.env = Environment(loader=FileSystemLoader(Path(__file__).parent / "templates"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user