diff --git a/src/opnsense/site-python/duckdb_helper.py b/src/opnsense/site-python/duckdb_helper.py index 33ec22b21..7ee286ed4 100644 --- a/src/opnsense/site-python/duckdb_helper.py +++ b/src/opnsense/site-python/duckdb_helper.py @@ -132,4 +132,4 @@ def restore_database(path, target): # import schema not found, raise exception to inform the caller there is no backup raise FileNotFoundError(lock_fn) - return True \ No newline at end of file + return True