diff --git a/data_structures/trie/radix_tree.py b/data_structures/trie/radix_tree.py index 34aa5f01c..23a553d1f 100644 --- a/data_structures/trie/radix_tree.py +++ b/data_structures/trie/radix_tree.py @@ -231,4 +231,4 @@ def main() -> None: if __name__ == "__main__": - main() + main() \ No newline at end of file