diff roundup/cgi/client.py @ 8206:8656bd1cf1f1

chore(ruff): clean whitespace and remove unrecognized noqa directive.
author John Rouillard <rouilj@ieee.org>
date Wed, 11 Dec 2024 15:22:03 -0500
parents ef1333b153e3
children 9d2ad7386627
line wrap: on
line diff
--- a/roundup/cgi/client.py	Wed Dec 11 15:18:36 2024 -0500
+++ b/roundup/cgi/client.py	Wed Dec 11 15:22:03 2024 -0500
@@ -2344,7 +2344,7 @@
         if isinstance(action, list):
             raise SeriousError(
                 self._('broken form: multiple @action values submitted'))
-        
+
         action = action.value.lower()
 
         try:

Roundup Issue Tracker: http://roundup-tracker.org/