Skip to content

Commit

Permalink
Linter...
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Dec 3, 2024
1 parent 6d2751f commit 17b469d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/idsse_common/idsse/common/protocol_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def ls(self, path: str, prepend_path: bool = True) -> Sequence[str]:
Returns:
Sequence[str]: The results sent to stdout from executing a 'ls' on passed path
"""



def get_path(self, issue: datetime, valid: datetime) -> str:
"""Delegates to instant PathBuilder to get full path given issue and valid
Expand Down

0 comments on commit 17b469d

Please sign in to comment.