diff --git a/masque/utils/ports2data.py b/masque/utils/ports2data.py index 8d1b20b..8dba890 100644 --- a/masque/utils/ports2data.py +++ b/masque/utils/ports2data.py @@ -56,7 +56,7 @@ def data_to_ports( pattern: Pattern, # Pattern is good since we don't want to do library[name] to avoid infinite recursion. # LazyLibrary protects against library[ref.target] causing a circular lookup. # For others, maybe check for cycles up front? TODO - name: Optional[str] = None, + name: Optional[str] = None, # Note: name optional, but arg order different from read(postprocess=) max_depth: int = 999_999, skip_subcells: bool = True, ) -> Pattern: