Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calebwherry committed Feb 5, 2024
1 parent 2eb1500 commit 270d791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion howso/direct/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3111,7 +3111,6 @@ def _execute(self, label: str, payload: Any) -> Any:
return None
return self._deserialize(result)

@classmethod
def _verify_trainee_header(self, trainee_filepath: Path):
"""
Verifies the trainee header for compatibility with Amalgam binary.
Expand Down

0 comments on commit 270d791

Please sign in to comment.