organize imports
This commit is contained in:
parent
21750ec362
commit
bc1b496794
1 changed files with 2 additions and 5 deletions
|
|
@ -19,14 +19,11 @@ import tomllib as toml
|
||||||
from .input import openQCD, sfcf
|
from .input import openQCD, sfcf
|
||||||
from .input.implementations import codes as known_codes
|
from .input.implementations import codes as known_codes
|
||||||
from .main import import_project, update_aliases
|
from .main import import_project, update_aliases
|
||||||
from .meas_io import write_measurement, affected_files
|
from .meas_io import affected_files, write_measurement
|
||||||
import os
|
|
||||||
from .input.implementations import codes as known_codes
|
|
||||||
from typing import Any
|
|
||||||
from pathlib import Path
|
|
||||||
from .tools import step_differences
|
from .tools import step_differences
|
||||||
from .tracker import save
|
from .tracker import save
|
||||||
|
|
||||||
|
|
||||||
def replace_string(string: str, name: str, val: str) -> str:
|
def replace_string(string: str, name: str, val: str) -> str:
|
||||||
"""
|
"""
|
||||||
Replace a placeholder {name} with a value in a string.
|
Replace a placeholder {name} with a value in a string.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue