Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: assert that get_timestamp() is not None
mypy complains: ``` tests/unit/test_problem_report.py:79: error: Value of type variable "_S" of "assertAlmostEqual" of "TestCase" cannot be "float | int | None" [type-var] tests/unit/test_problem_report.py:84: error: Value of type variable "_S" of "assertAlmostEqual" of "TestCase" cannot be "int | None" [type-var] ```
- Loading branch information