From dd0506971af0afa184a2eb3393f32090f312b2cb Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 18 Jul 2023 17:28:23 +0200 Subject: [PATCH] unbound: more style --- src/opnsense/site-python/duckdb_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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