mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #555] [MERGED] code black format #612
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#612
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/555
Author: @catborise
Created: 11/14/2022
Status: ✅ Merged
Merged: 11/14/2022
Merged by: @catborise
Base:
master← Head:master📝 Commits (2)
a1eab70reorg imports and black formate2a15d9eliminate code repetition with class structure📊 Changes
27 files changed (+405 additions, -389 deletions)
View changed files
📝
accounts/apps.py(+2 -1)📝
accounts/views.py(+3 -8)📝
admin/views.py(+3 -5)📝
computes/api/serializers.py(+2 -7)📝
computes/api/viewsets.py(+3 -4)📝
computes/utils.py(+3 -1)📝
computes/views.py(+105 -104)📝
datasource/views.py(+4 -10)📝
instances/api/serializers.py(+1 -2)📝
instances/api/viewsets.py(+28 -24)📝
instances/forms.py(+1 -2)📝
instances/models.py(+5 -13)📝
instances/views.py(+5 -7)📝
interfaces/forms.py(+55 -41)📝
interfaces/views.py(+4 -3)📝
networks/api/serializers.py(+1 -1)📝
networks/api/viewsets.py(+12 -10)📝
networks/forms.py(+1 -1)📝
networks/views.py(+3 -3)📝
storages/api/viewsets.py(+71 -45)...and 7 more files
📄 Description
code format with black
eliminate code redundancy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.