From 2cda5f0516b3c4759f44a6ba0d569b3ceac4e310 Mon Sep 17 00:00:00 2001 From: Q Misell Date: Thu, 27 Feb 2025 12:10:15 +0100 Subject: [PATCH] fix typo --- irrd/storage/database_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irrd/storage/database_handler.py b/irrd/storage/database_handler.py index 8792cc8..aa244c4 100644 --- a/irrd/storage/database_handler.py +++ b/irrd/storage/database_handler.py @@ -574,7 +574,7 @@ def delete_rpsl_object( The origin indicates the origin of this change, see JournalEntryOrigin for the various options. - """t + """ self._check_write_permitted() self._flush_rpsl_object_writing_buffer() table = RPSLDatabaseObject.__table__