Skip to content

Commit

Permalink
commit review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
asirko-soft and cecille authored Dec 16, 2024
1 parent 17c05f9 commit 13021d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ class PIXITDefinition:
pixit_type: PIXITType
description: str
required: bool = True
default: Any = None
default: Optional[Any] = None

@staticmethod
def is_pixit(arg_name: str) -> bool:
Expand Down

0 comments on commit 13021d6

Please sign in to comment.