remove unused code

This commit is contained in:
Sarah Hoffmann
2023-10-23 11:55:18 +02:00
parent 6ad397d4a9
commit 1255efba7f
2 changed files with 0 additions and 3 deletions

View File

@@ -104,4 +104,3 @@ def clean_deleted_relations(config: Configuration, age: str) -> None:
except DataError as exc:
raise UsageError('Invalid PostgreSQL time interval format') from exc
conn.commit()