diff --git a/files/grest/rpc/pool/pool_retirements.sql b/files/grest/rpc/pool/pool_retirements.sql index d2e7a16a..09772a75 100644 --- a/files/grest/rpc/pool/pool_retirements.sql +++ b/files/grest/rpc/pool/pool_retirements.sql @@ -25,4 +25,4 @@ AS $$ WHERE b.epoch_no = _epoch_no; $$; -COMMENT ON FUNCTION grest.pool_registrations IS 'A list of all pool retirements initiated in the requested epoch'; --noqa: LT01 \ No newline at end of file +COMMENT ON FUNCTION grest.pool_retirements IS 'A list of all pool retirements initiated in the requested epoch'; --noqa: LT01