Skip to content

Commit

Permalink
Mypy workspace.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdattsawant committed Dec 19, 2024
1 parent 2fe8cea commit 7b9af38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smsdk/smsdk_entities/workspace/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_utilities(
return [*self.mod_util.all]

@mod_util
def get_cycles(self, *args: tuple[Any, ...], **kwargs: dict[str, Any]) -> List[Any]:
def get_cycles(self, *args: tuple[Any, ...], **kwargs: Any) -> List[Any]:
"""
Utility function to get the cycles
from MA API
Expand Down

0 comments on commit 7b9af38

Please sign in to comment.