Ruff formatting

This commit is contained in:
Beth Probert 2026-03-05 14:04:33 +00:00
parent 35efba19b8
commit f52ce85b3e
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,6 @@ from openflexure_microscope_server.utilities import (
def test_make_name_safe_basic():
"""Test basic functionality of make_name_safe."""
assert make_name_safe("normal_name") == "normal_name"
assert make_name_safe("name with spaces") == "name_with_spaces"