Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 2, 2024
1 parent cbe5c64 commit 1edb2da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ def write_session_credentials_to_db(self) -> None:
""", [(k1, k2, v) for (k1, k2), v in config.items()])

def _set_core_name(self, x: int, y: int, p: int, core_name: Optional[str],
executable_type: int):
executable_type: Optional[int]):
"""
Set the core name and executable type.
Set the core name and executable type or another related value.
"""
try:
self.execute(
Expand Down

0 comments on commit 1edb2da

Please sign in to comment.