Skip to content
Snippets Groups Projects
Commit 0133ee94 authored by angloth's avatar angloth
Browse files

Add missing Optional keyword to SFG.py

parent 3e4c3003
Branches master
No related tags found
1 merge request!2Integrated ID system, traversing and som signal tests
Pipeline #10014 passed
......@@ -9,7 +9,7 @@ from b_asic.signal import Signal, SignalSource, SignalDestination
from b_asic.simulation import SimulationState, OperationState
from b_asic.graph_id import GraphIDGenerator, GraphID
from typing import List, Dict, Union
from typing import List, Dict, Union, Optional
class SFG(BasicOperation):
"""
......
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