Skip to content

Commit 3a056b3

Browse files
committed
chore(ruff): clean whitespace and remove unrecognized noqa directive.
1 parent 16a750d commit 3a056b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roundup/cgi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ def handle_action(self):
23442344
if isinstance(action, list):
23452345
raise SeriousError(
23462346
self._('broken form: multiple @action values submitted'))
2347-
2347+
23482348
action = action.value.lower()
23492349

23502350
try:

roundup/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def props_from_args(self, cl, args, itemid=None, skip_protected=True):
520520
elif key not in unprotected_class_props:
521521
# report bad props as this is an error.
522522
raise UsageError("Property %s not found in class %s" % (key,
523-
cl.classname)) # noqa: E128
523+
cl.classname))
524524
props[key] = self.prop_from_arg(cl, key, value, itemid)
525525

526526
return props

0 commit comments

Comments
 (0)