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__