Skip to content

Commit

Permalink
Add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Sep 24, 2024
1 parent 152554a commit d24b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preciceconfigvisualizer/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def configToGraph(
dataType = {}
meshes = {}
meshDims = {}
participantClusterName = {}
participantClusterName: Dict[str, str] = {}

def lookupParticipantClusterFor(name):
if name not in participantClusterName:
Expand Down

0 comments on commit d24b87f

Please sign in to comment.