Skip to content

Commit

Permalink
Update ush/python/pygfs/jedi/jedi.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
  • Loading branch information
DavidNew-NOAA and aerorahul authored Nov 6, 2024
1 parent 7ac6ccb commit 8781c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/jedi/jedi.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Jedi:
"""

@logit(logger, name="Jedi")
def __init__(self, config) -> None:
def __init__(self, config: Dict[str, Any]) -> None:
"""Constructor for JEDI objects
This method will construct a Jedi object.
Expand Down

0 comments on commit 8781c44

Please sign in to comment.