mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
fix: Remove unnecessary newline in _reassign function
This commit is contained in:
@@ -293,5 +293,4 @@ def _safe_int(value: Any, default: int = 0) -> int:
|
||||
def _reassign(assignments: Dict[str, str], old: str, new: str) -> None:
|
||||
for key, value in list(assignments.items()):
|
||||
if value == old:
|
||||
assignments[key] = new
|
||||
```},
|
||||
assignments[key] = new
|
||||
Reference in New Issue
Block a user