Skip to content

Commit

Permalink
Remove unused f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Apr 4, 2024
1 parent 7c500a0 commit 22cdff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_module_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_module_config():
Repro test for #461
"""
config = {"now": datetime.now()}
module_name = f"test_py_mod_config_unserializable"
module_name = "test_py_mod_config_unserializable"
registry = mrc.ModuleRegistry

def module_initializer(builder: mrc.Builder):
Expand Down

0 comments on commit 22cdff2

Please sign in to comment.