Skip to content
Snippets Groups Projects
Commit fbaee62f authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

chane to empty tuple

parent ce285fdc
No related branches found
No related tags found
1 merge request!6Documentation
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
import numpy as np import numpy as np
tb_type = dict[tuple[None] | tuple[int, ...], np.ndarray] tb_type = dict[tuple[()] | tuple[int, ...], np.ndarray]
def add_tb(tb1: tb_type, tb2: tb_type) -> tb_type: def add_tb(tb1: tb_type, tb2: tb_type) -> tb_type:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment