Skip to content
Snippets Groups Projects
Commit f30aece0 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo: Committed by Johanna Zijderveld
Browse files

chane to empty tuple

parent b83a1302
No related branches found
No related tags found
1 merge request!7Examples
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
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:
......
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