Conversation
| self.get_computer_by_id, [{"computer": i, "subsets": subsets} for i in computers] | ||
| self.get_computer_by_id, | ||
| [{"computer": i, "subsets": subsets} for i in computers], |
There was a problem hiding this comment.
Can you check that you are using the formatting settings in the project? It looks like black is shortening lines to the default 88 characters when the project file is set to 100.
There was a problem hiding this comment.
If you have black and ruff running from the project's virtual environment they should pick up the correct settings automatically.
There was a problem hiding this comment.
I will rebuild my .venv I probably did something to break it.
There was a problem hiding this comment.
It's a problem with format on save in my VS Code. I'll figure it out on the weekend,
Why black didn't pick it up is another question. Maybe it doesn't unfold sort lines it just folds long ones.
I got black to fix the file.
|
This PR needs to be updated with the latest changes from |
I wrote the methods for the
network_segmentendpoint.